Skip to content

Commit

Permalink
Cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kokke authored Oct 4, 2024
1 parent ac13656 commit 494f2f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/test_rand.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def run_shell(runthis):
elif operation == RSHIFT:
expected = oper1 >> oper2
elif operation == ISQRT:
expected = int(math.sqrt(oper1));
expected = int(math.sqrt(oper1));


# Convert to string to pass to C program
Expand Down Expand Up @@ -180,6 +180,3 @@ def run_shell(runthis):
print("\n".join(failures))
print("")




0 comments on commit 494f2f3

Please sign in to comment.