aboutsummaryrefslogtreecommitdiff
path: root/src/guff/template.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-03-31 17:35:52 -0400
committerPaul Duncan <pabs@pablotron.org>2016-03-31 17:35:52 -0400
commit27d83bc510984c94c61f203981f5bfd840d54d05 (patch)
treef6761cb71a5a6a0a94da81ce8031e662b6ac7d6f /src/guff/template.cr
parentd0d3a18a63948740027fb9fd760e9a7b15032776 (diff)
downloadold-guff-27d83bc510984c94c61f203981f5bfd840d54d05.tar.bz2
old-guff-27d83bc510984c94c61f203981f5bfd840d54d05.zip
update for crystal 0.14
Diffstat (limited to 'src/guff/template.cr')
-rw-r--r--src/guff/template.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guff/template.cr b/src/guff/template.cr
index f5a1693..b203337 100644
--- a/src/guff/template.cr
+++ b/src/guff/template.cr
@@ -15,7 +15,7 @@ module Guff
end
def run(
- args = {} of String => String : Hash(String, String)
+ args : Hash(String, String) = {} of String => String,
) : String
if @has_keys
# check template args