Skip to content

Commit bf4919c

Browse files
author
Matt Muller
committed
Fix specs
1 parent 98a61d0 commit bf4919c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

gems/smithy-client/lib/smithy-client/log_param_formatter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def hash(hash)
4646
"#{key}: #{summarize(value)}"
4747
end
4848
end.join(', ')
49-
"{#{res}}"
49+
"{ #{res} }"
5050
end
5151

5252
def array(array)

gems/smithy-client/lib/smithy-client/pageable_response.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def next_page_params(params)
132132
# Sometimes a token can be nil and merge would not include it.
133133
new_params = context[:original_params].except(*prev_tokens)
134134
new_params.merge!(@paginator.next_tokens(data).merge(params))
135-
new_params
136135
end
137136
end
138137
end

0 commit comments

Comments
 (0)