Skip to content

Commit 594360a

Browse files
authored
Removed trailing whitespace
1 parent 3bc307a commit 594360a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_all_solutions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_all_solutions(directory_name, compiler_name, expected_solutions):
2525
print(color_string(colors.WARNING, f"The data folder was unable to be copied from {directory_name} to ./data!\nSome solutions may not be able to compile!\n"))
2626

2727
passed_tests = 0
28-
28+
2929
for problem, solution in expected_solutions.items():
3030
print(color_string(colors.BOLD, "==============="))
3131
print(f"{color_string(colors.OKBLUE, 'TEST')}: Problem {str(problem)}")
@@ -92,8 +92,8 @@ def test_all_solutions(directory_name, compiler_name, expected_solutions):
9292
expected_solutions[key_value_pair[0]] = int(key_value_pair[1])
9393
except IOError:
9494
print("Unable to open file './expected_solutions.txt'! Please check that the file is located in the current working directory!")
95-
96-
if len(sys.argv) != 3:
95+
96+
if len(sys.argv) != 3:
9797
print("Error: Missing operands!")
9898
print(f"Usage: {sys.argv[0]} repository-root compiler-name")
9999
sys.exit(1)

0 commit comments

Comments
 (0)