diff --git a/tests/refc/ccompilerArgs/Main.idr b/tests/refc/ccompilerArgs/Main.idr index fc3eff430..f3c476f23 100644 --- a/tests/refc/ccompilerArgs/Main.idr +++ b/tests/refc/ccompilerArgs/Main.idr @@ -12,4 +12,4 @@ fastfibsum : Int -> Int main : IO () main = do printLn $ show (add 50 23) - printLn $ show ([fastfibsum x | x <- [0..10]]) \ No newline at end of file + printLn $ show ([fastfibsum x | x <- [0..10]])