From 27d83bc510984c94c61f203981f5bfd840d54d05 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 31 Mar 2016 17:35:52 -0400 Subject: update for crystal 0.14 --- src/guff/template.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guff/template.cr') 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 -- cgit v1.2.3