We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a61d0 commit bf4919cCopy full SHA for bf4919c
2 files changed
gems/smithy-client/lib/smithy-client/log_param_formatter.rb
@@ -46,7 +46,7 @@ def hash(hash)
46
"#{key}: #{summarize(value)}"
47
end
48
end.join(', ')
49
- "{#{res}}"
+ "{ #{res} }"
50
51
52
def array(array)
gems/smithy-client/lib/smithy-client/pageable_response.rb
@@ -132,7 +132,6 @@ def next_page_params(params)
132
# Sometimes a token can be nil and merge would not include it.
133
new_params = context[:original_params].except(*prev_tokens)
134
new_params.merge!(@paginator.next_tokens(data).merge(params))
135
- new_params
136
137
138
0 commit comments