Skip to content

Commit 0f2fc7a

Browse files
committed
format fix
1 parent e1e3344 commit 0f2fc7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/aws-cpp-sdk-core/source/client/AWSErrorMarshaller.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,7 @@ AWSError<CoreErrors> AWSErrorMarshaller::FindErrorByHttpResponseCode(Aws::Http::
249249
return CoreErrorsMapper::GetErrorForHttpResponseCode(code);
250250
}
251251

252-
253-
AWSError<CoreErrors> JsonErrorMarshallerQueryCompatible::Marshall(const Aws::Http::HttpResponse& httpResponse) const
254-
{
252+
AWSError<CoreErrors> JsonErrorMarshallerQueryCompatible::Marshall(const Aws::Http::HttpResponse& httpResponse) const {
255253
Aws::StringStream memoryStream;
256254
std::copy(std::istreambuf_iterator<char>(httpResponse.GetResponseBody()), std::istreambuf_iterator<char>(),
257255
std::ostreambuf_iterator<char>(memoryStream));

0 commit comments

Comments
 (0)