Skip to content

Commit

Permalink
Whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed May 1, 2024
1 parent 5fa31e2 commit 3b18d3d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions codegen/projections/rails_json/lib/rails_json/client.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions codegen/projections/white_label/lib/white_label/client.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public void render() {
.openBlock("class Client < $T", Hearth.CLIENT)
.write("")
.call(() -> renderClassRuntimePlugins(writer))
.write("")
.call(() -> renderInitializeMethod(writer))
.write("\n# @return [Config] config")
.write("attr_reader :config\n")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ protected abstract void renderPayloadBodyBuilder(OperationShape operation, Shape
* def self.build(http_req, input:)
* http_req.http_method = 'POST'
* http_req.append_path('/')
*
* http_req.headers['Content-Type'] = 'application/json'
* data = {}
* #### START code generated by this method
Expand Down

0 comments on commit 3b18d3d

Please sign in to comment.