Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitLu committed Jul 21, 2023
1 parent 6d12787 commit ad994d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aws/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ mod tests {
auth.load_timeout_secs = 10
"#,
)
.unwrap();
.unwrap();

assert!(matches!(config.auth, AwsAuthentication::Role { .. }));
}
Expand Down Expand Up @@ -548,7 +548,7 @@ mod tests {
auth.external_id = "id"
"#,
)
.unwrap();
.unwrap();

match config.auth {
AwsAuthentication::AccessKey {
Expand Down

0 comments on commit ad994d6

Please sign in to comment.