Skip to content

Commit

Permalink
Add empty "else" statement for compatibility with Crystal 0.34.0 (#399)
Browse files Browse the repository at this point in the history
Co-authored-by: Sorcus <mail@sorcus.name>
Co-authored-by: Dru Jensen <drujensen@gmail.com>
  • Loading branch information
3 people authored May 4, 2020
1 parent fde10ca commit 2dee196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/granite/columns.cr
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ module Granite::Columns
value
{% end %}
{% end %}
else
# Skip
end
end
{% end %}
Expand Down

0 comments on commit 2dee196

Please sign in to comment.