Skip to content

Commit 0669ff8

Browse files
committed
white space changes
1 parent dfbd7dd commit 0669ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generated/src/aws-cpp-sdk-s3-crt/source/S3ExpressSigner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
* SPDX-License-Identifier: Apache-2.0.
44
*/
@@ -99,4 +99,4 @@ Aws::Auth::AWSCredentials S3ExpressSigner::GetCredentials(const std::shared_ptr<
9999
Aws::Auth::AWSCredentials S3ExpressSigner::GetCredentials(Aws::Auth::CredentialsResolutionContext& context, const std::shared_ptr<Aws::Http::ServiceSpecificParameters> &serviceSpecificParameters) const {
100100
auto identity = m_S3ExpressIdentityProvider->GetS3ExpressIdentity(context, serviceSpecificParameters);
101101
return {identity.getAccessKeyId(), identity.getSecretKeyId()};
102-
}
102+
}

0 commit comments

Comments
 (0)