Skip to content

Commit

Permalink
Fix crystal tool dependencies format flat (#14927)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Aug 22, 2024
1 parent eb01f2a commit a3bfa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/crystal/tools/dependencies.cr
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module Crystal
end

private def print_indent
@io.print " " * @stack.size unless @stack.empty?
@io.print " " * @stack.size unless @stack.empty? || @format.flat?
end
end

Expand Down

0 comments on commit a3bfa4c

Please sign in to comment.