Skip to content

Commit

Permalink
few fmt tweaks (bevyengine#10264)
Browse files Browse the repository at this point in the history
few format tweaks, initially spotted working on
bevyengine#8745
  • Loading branch information
Vrixyz authored and ameknite committed Nov 6, 2023
1 parent 8da5482 commit f2a22fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thiserror = "1.0"
nonmax = "0.5"

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.0", features = ["js"] }
getrandom = { version = "0.2.0", features = ["js"] }

[lints]
workspace = true

0 comments on commit f2a22fe

Please sign in to comment.