summary refs log tree commit diff stats
path: root/tests/namedparams/tnamedparams2.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/namedparams/tnamedparams2.nim')
-rw-r--r--tests/namedparams/tnamedparams2.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/namedparams/tnamedparams2.nim b/tests/namedparams/tnamedparams2.nim
index 4b0cd5361..fcbbd32da 100644
--- a/tests/namedparams/tnamedparams2.nim
+++ b/tests/namedparams/tnamedparams2.nim
@@ -1,8 +1,8 @@
 import pegs
 
 discard parsePeg(
-      pattern = "input", 
-      filename = "filename", 
-      line = 1, 
+      pattern = "input",
+      filename = "filename",
+      line = 1,
       col = 23)