Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS committed Dec 12, 2023
1 parent 2aff02a commit 0a3172b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/tunneling/SecureTunnelingFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ namespace Aws

if (!config.tunneling.subscribeNotification)
{
auto context = createContext(*config.tunneling.destinationAccessToken, *config.tunneling.region, static_cast<uint16_t>(config.tunneling.port.value()));
auto context = createContext(
*config.tunneling.destinationAccessToken,
*config.tunneling.region,
static_cast<uint16_t>(config.tunneling.port.value()));
mContexts.push_back(std::move(context));
}
}
Expand Down

0 comments on commit 0a3172b

Please sign in to comment.