Skip to content

Commit

Permalink
scalafmtAll
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Sep 10, 2024
1 parent 9f96d28 commit 8b284c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class ReplTest
executor.exit()
}
eval(code)
evalResult.left.value.getMessage should include ("Compile_Error")
evalResult.left.value.getMessage should include("Compile_Error")
}

"handle errors gracefully (pretty print)" in {
Expand Down

0 comments on commit 8b284c2

Please sign in to comment.