summary refs log tree commit diff stats
path: root/tests/casestmt/tcasestm.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/casestmt/tcasestm.nim')
-rw-r--r--tests/casestmt/tcasestm.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/casestmt/tcasestm.nim b/tests/casestmt/tcasestm.nim
index a21b6be0d..7ac20bf2f 100644
--- a/tests/casestmt/tcasestm.nim
+++ b/tests/casestmt/tcasestm.nim
@@ -25,7 +25,7 @@ of "will", "it", "finally", "be", "generated": discard
 var z = case i
   of 1..5, 8, 9: "aa"
   of 6, 7: "bb"
-  elif x == "Ha": 
+  elif x == "Ha":
     "cc"
   elif x == "yyy":
     write(stdout, x)