Skip to content

Commit

Permalink
This was erroneously included
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 committed Dec 22, 2024
1 parent 18a8195 commit 1264859
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/compiler/crystal/syntax/to_s.cr
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ module Crystal
else
node.expressions.each_with_index do |exp, i|
unless exp.nop?
if !exp.is_a?(MacroLiteral) || !exp.value.blank?
append_indent unless node.keyword.paren? && i == 0
end
append_indent unless node.keyword.paren? && i == 0
exp.accept self
newline unless node.keyword.paren? && i == node.expressions.size - 1
end
Expand Down

0 comments on commit 1264859

Please sign in to comment.