Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TreehouseFalcon committed Dec 21, 2023
1 parent bd41855 commit b704801
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mantle/rbx_mantle/src/state/aws_credentials_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ async fn chain_provider_credentials(
// Check SSO profile credentials as fallback //
let profile_name = profile_provider.profile();
println!("profile name: {}", profile_name);

}
if let Some(ref container_provider) = provider.container_provider {
if let Ok(creds) = container_provider.credentials().await {
Expand Down

0 comments on commit b704801

Please sign in to comment.