Skip to content

Commit

Permalink
fix weird formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
angelcaru committed May 25, 2024
1 parent 5a9159d commit 0db51c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/raise.rn
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fun ArgError(arg)
{
fun ArgError(arg) {
return "Argument `"+arg+"` not found"
}
print("test1")
Expand All @@ -9,4 +8,4 @@ raise ArgError("arg1")
raise ArgError("arg2")

print("test3")
print("test4")
print("test4")

0 comments on commit 0db51c9

Please sign in to comment.