summary refs log tree commit diff stats
path: root/tests/exception/tfinally3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/exception/tfinally3.nim')
-rw-r--r--tests/exception/tfinally3.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exception/tfinally3.nim b/tests/exception/tfinally3.nim
index e65661cd0..8bccd1a7f 100644
--- a/tests/exception/tfinally3.nim
+++ b/tests/exception/tfinally3.nim
@@ -4,7 +4,7 @@ discard """
 """
 # Test break in try statement:
 
-proc main: bool = 
+proc main: bool =
   while true:
     try:
       return true