Skip to content

Commit

Permalink
make ormolu happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Mar 14, 2023
1 parent 25a57e7 commit 3911918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Juvix/Compiler/Backend/C/Translation.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Juvix.Compiler.Backend.C.Translation
( module Juvix.Compiler.Backend.C.Translation.FromReg,
module Juvix.Compiler.Backend.C.Data.Types
module Juvix.Compiler.Backend.C.Data.Types,
)
where

import Juvix.Compiler.Backend.C.Translation.FromReg
import Juvix.Compiler.Backend.C.Data.Types
import Juvix.Compiler.Backend.C.Translation.FromReg

0 comments on commit 3911918

Please sign in to comment.