diff --git a/error_templates/java/test_files/arithmetic_exception_divided_by_zero/test.txt b/error_templates/java/test_files/arithmetic_exception_divided_by_zero/test.txt index 379b524..b4f08b0 100644 --- a/error_templates/java/test_files/arithmetic_exception_divided_by_zero/test.txt +++ b/error_templates/java/test_files/arithmetic_exception_divided_by_zero/test.txt @@ -14,7 +14,6 @@ This error is raised when you try to perform arithmetic operations that are not ^ System.out.println(out); } -} ``` ## Steps to fix ### Avoid dividing by zero.