From f2a22fe69bae6c0fcf1800a497be8eb07704de62 Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Wed, 25 Oct 2023 21:20:17 +0200 Subject: [PATCH] few fmt tweaks (#10264) few format tweaks, initially spotted working on https://github.com/bevyengine/bevy/pull/8745 --- crates/bevy_utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_utils/Cargo.toml b/crates/bevy_utils/Cargo.toml index 5826ef328e837f..40c47573b781f9 100644 --- a/crates/bevy_utils/Cargo.toml +++ b/crates/bevy_utils/Cargo.toml @@ -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