Skip to content

Commit

Permalink
Merge pull request #85 from Shopify/fix-formatting
Browse files Browse the repository at this point in the history
oops, fix code formatting
  • Loading branch information
tenderworks authored Apr 16, 2024
2 parents 8cb310c + bf8c2c2 commit eb7d555
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/protoboeuf/codegen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1139,8 +1139,7 @@ def to_ruby

tail = "\n" + packages.map { "end" }.join("\n")

#SyntaxTree.format(head + body + tail)
head + body + tail
SyntaxTree.format(head + body + tail)
end
end
end

0 comments on commit eb7d555

Please sign in to comment.