Skip to content

Commit

Permalink
style: change indents
Browse files Browse the repository at this point in the history
  • Loading branch information
denehoffman committed Nov 8, 2024
1 parent cf78369 commit 2bbf8a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ dyn-clone = "1.0.17"
serde = { version = "1.0.214", features = ["derive"] }

[dev-dependencies]
criterion = { version = "2.7.2", package = "codspeed-criterion-compat", features = ["html_reports"] }
criterion = { version = "2.7.2", package = "codspeed-criterion-compat", features = [
"html_reports",
] }
float-cmp = "0.10.0"

[[bench]]
Expand Down

0 comments on commit 2bbf8a7

Please sign in to comment.