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