Skip to content

Commit

Permalink
lint width
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Sep 30, 2024
1 parent d7f17bc commit 8f8adfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,8 @@ extension CredentialsProvider.Source {
ecsOptions.bootstrap = bootstrap.rawValue
ecsOptions.shutdown_options = shutdownCallbackCore.getRetainedCredentialProviderShutdownOptions()

guard let provider: UnsafeMutablePointer<aws_credentials_provider> = aws_credentials_provider_new_ecs_from_environment(allocator.rawValue, &ecsOptions) else {
guard let provider: UnsafeMutablePointer<aws_credentials_provider> =
aws_credentials_provider_new_ecs_from_environment(allocator.rawValue, &ecsOptions) else {
shutdownCallbackCore.release()
throw CommonRunTimeError.crtError(CRTError.makeFromLastError())
}
Expand Down

0 comments on commit 8f8adfb

Please sign in to comment.