Skip to content

Commit 783eff3

Browse files
committed
Tests: tab converted to space.
1 parent 2b621d6 commit 783eff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test.naggum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
(System.Console.WriteLine "Instance calls:")
5353
(let ((test-obj (new System.Random)))
5454
(System.Console.Write "Random number:")
55-
(System.Console.WriteLine (call Next test-obj))))
55+
(System.Console.WriteLine (call Next test-obj))))
5656

5757
(System.Console.WriteLine "Naggum test suite")
5858

0 commit comments

Comments
 (0)