Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
sbera87 committed Dec 11, 2024
1 parent 77e9806 commit 84f59c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aws-cpp-sdk-core/source/client/AWSErrorMarshaller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,7 @@ AWSError<CoreErrors> AWSErrorMarshaller::FindErrorByHttpResponseCode(Aws::Http::
{
return CoreErrorsMapper::GetErrorForHttpResponseCode(code);
}
AWSError<CoreErrors>JsonErrorMarshaller::MarshallHelper(const Aws::String& exceptionName, const Aws::String& message) const
{
AWSError<CoreErrors> JsonErrorMarshaller::MarshallHelper(const Aws::String& exceptionName, const Aws::String& message) const {
return AWSErrorMarshaller::Marshall(exceptionName, message);
}

Expand Down

0 comments on commit 84f59c2

Please sign in to comment.