Skip to content

Commit b385c34

Browse files
committed
Fix indent
1 parent ec599a5 commit b385c34

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/crustache/context.cr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ class Crustache::Context(T)
1818
while i < size
1919
k = keys[i]
2020
case
21-
# TODO:
22-
# this code dose not works in Crystal v0.7.7:
23-
# when ctx.responds_to?(:has_key?) && ctx.responds_to?(:[])
24-
# Perhaps it is the Crystal's bug.
21+
# TODO:
22+
# this code dose not works in Crystal v0.7.7:
23+
# when ctx.responds_to?(:has_key?) && ctx.responds_to?(:[])
24+
# Perhaps it is the Crystal's bug.
2525
when ctx.responds_to?(:has_key?)
2626
if ctx.has_key?(k)
2727
if ctx.responds_to?(:[])

0 commit comments

Comments
 (0)