Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Aug 19, 2024
1 parent d0f262a commit 4c5b82a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ path = "tests/lib.rs"
[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
aws-config = { version = "1.1.7", features = ["behavior-version-latest"], optional = true }
aws-config = { version = "1.1.7", features = [
"behavior-version-latest"
], optional = true }
aws-sdk-kms = { version = "1.37.0", optional = true }
clap = { workspace = true }
cynic = { workspace = true }
Expand Down

0 comments on commit 4c5b82a

Please sign in to comment.