Skip to content

Commit 3b18d3d

Browse files
committed
Whitespace changes
1 parent 5fa31e2 commit 3b18d3d

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

codegen/projections/rails_json/lib/rails_json/client.rb

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codegen/projections/white_label/lib/white_label/client.rb

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators/ClientGenerator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public void render() {
9494
.openBlock("class Client < $T", Hearth.CLIENT)
9595
.write("")
9696
.call(() -> renderClassRuntimePlugins(writer))
97+
.write("")
9798
.call(() -> renderInitializeMethod(writer))
9899
.write("\n# @return [Config] config")
99100
.write("attr_reader :config\n")

codegen/smithy-ruby-codegen/src/main/java/software/amazon/smithy/ruby/codegen/generators/RestBuilderGeneratorBase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ protected abstract void renderPayloadBodyBuilder(OperationShape operation, Shape
109109
* def self.build(http_req, input:)
110110
* http_req.http_method = 'POST'
111111
* http_req.append_path('/')
112-
*
113112
* http_req.headers['Content-Type'] = 'application/json'
114113
* data = {}
115114
* #### START code generated by this method

0 commit comments

Comments
 (0)