Skip to content

Commit c664d61

Browse files
committed
Use clang-format 9 for generated code
1 parent ea3bac7 commit c664d61

File tree

2 files changed

+169
-169
lines changed

2 files changed

+169
-169
lines changed

eventstream_rpc/tests/EchoTestRpcModel.cpp

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,8 @@ namespace Awstest
10191019
return Aws::Crt::String("awstest#CauseServiceErrorResponse");
10201020
}
10211021

1022-
Aws::Crt::Optional<Aws::Crt::String> CauseServiceErrorOperationContext::GetStreamingResponseModelName()
1023-
const noexcept
1022+
Aws::Crt::Optional<Aws::Crt::String> CauseServiceErrorOperationContext::GetStreamingResponseModelName() const
1023+
noexcept
10241024
{
10251025
return Aws::Crt::Optional<Aws::Crt::String>();
10261026
}
@@ -1081,15 +1081,15 @@ namespace Awstest
10811081
}
10821082

10831083
Aws::Crt::ScopedResource<AbstractShapeBase> CauseStreamServiceToErrorOperationContext::
1084-
AllocateInitialResponseFromPayload(Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1085-
const noexcept
1084+
AllocateInitialResponseFromPayload(Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1085+
noexcept
10861086
{
10871087
return EchoStreamingResponse::s_allocateFromPayload(stringView, allocator);
10881088
}
10891089

10901090
Aws::Crt::ScopedResource<AbstractShapeBase> CauseStreamServiceToErrorOperationContext::
1091-
AllocateStreamingResponseFromPayload(Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1092-
const noexcept
1091+
AllocateStreamingResponseFromPayload(Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1092+
noexcept
10931093
{
10941094
return EchoStreamingMessage::s_allocateFromPayload(stringView, allocator);
10951095
}
@@ -1170,8 +1170,8 @@ namespace Awstest
11701170
}
11711171

11721172
Aws::Crt::ScopedResource<AbstractShapeBase> EchoStreamMessagesOperationContext::
1173-
AllocateStreamingResponseFromPayload(Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator)
1174-
const noexcept
1173+
AllocateStreamingResponseFromPayload(Aws::Crt::StringView stringView, Aws::Crt::Allocator *allocator) const
1174+
noexcept
11751175
{
11761176
return EchoStreamingMessage::s_allocateFromPayload(stringView, allocator);
11771177
}
@@ -1186,8 +1186,8 @@ namespace Awstest
11861186
return Aws::Crt::String("awstest#EchoStreamingResponse");
11871187
}
11881188

1189-
Aws::Crt::Optional<Aws::Crt::String> EchoStreamMessagesOperationContext::GetStreamingResponseModelName()
1190-
const noexcept
1189+
Aws::Crt::Optional<Aws::Crt::String> EchoStreamMessagesOperationContext::GetStreamingResponseModelName() const
1190+
noexcept
11911191
{
11921192
return Aws::Crt::String("awstest#EchoStreamingMessage");
11931193
}

0 commit comments

Comments
 (0)