Skip to content

Commit f4f9313

Browse files
committed
Removed extra newline
1 parent 4ceee36 commit f4f9313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_all_solutions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ def test_all_solutions(directory_name, compiler_name, expected_solutions):
101101
elif not os.path.exists(sys.argv[1]):
102102
print(f"Error: Path {sys.argv[1]} does not exist!")
103103
else:
104-
sys.exit(test_all_solutions(sys.argv[1] + "/solutions", sys.argv[2], expected_solutions))
104+
sys.exit(test_all_solutions(sys.argv[1] + "/solutions", sys.argv[2], expected_solutions))

0 commit comments

Comments
 (0)