Skip to content

Commit

Permalink
add missing newline in Main.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero committed Dec 14, 2023
1 parent 37d587a commit 8cf6802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module Main where
import Agda.Compiler.Rust.Backend ( runRustBackend )

main :: IO ()
main = runRustBackend
main = runRustBackend

0 comments on commit 8cf6802

Please sign in to comment.