Skip to content

Commit

Permalink
fixup! Fix heredoc start + comma formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Jun 21, 2018
1 parent c2ad99c commit c710905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/tools/formatter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ module Crystal
next_token

@string_continuation = old_string_continuation
@indent = old_indent
@indent = old_indent unless is_heredoc

false
end
Expand Down

0 comments on commit c710905

Please sign in to comment.