summary refs log tree commit diff stats
path: root/tests/showoff/thtml1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/showoff/thtml1.nim')
-rw-r--r--tests/showoff/thtml1.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/showoff/thtml1.nim b/tests/showoff/thtml1.nim
index cd95c7971..c7a083c21 100644
--- a/tests/showoff/thtml1.nim
+++ b/tests/showoff/thtml1.nim
@@ -4,7 +4,7 @@ discard """
 
 template htmlTag(tag: expr) {.immediate.} =
   proc tag(): string = "<" & astToStr(tag) & ">"
-  
+
 htmlTag(br)
 htmlTag(html)