Skip to content

Commit 82eaa72

Browse files
committed
clean up
1 parent 383031e commit 82eaa72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mathics/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def fail(why):
9090
info = sys.exc_info()
9191
sys.excepthook(*info)
9292
return False
93-
93+
9494
if not compare(result, wanted):
9595
fail_msg = "Result: %s\nWanted: %s" % (result, wanted)
9696
if out:

0 commit comments

Comments
 (0)