Skip to content

Commit 1ae7eae

Browse files
committed
Taplo fmt
1 parent 1940f68 commit 1ae7eae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/bevy_internal/Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ bevy_hierarchy = { path = "../bevy_hierarchy", version = "0.15.0-dev" }
271271
bevy_input = { path = "../bevy_input", version = "0.15.0-dev" }
272272
bevy_input_focus = { path = "../bevy_input_focus", version = "0.15.0-dev" }
273273
bevy_log = { path = "../bevy_log", version = "0.15.0-dev" }
274-
bevy_math = { path = "../bevy_math", version = "0.15.0-dev", features = ["bevy_reflect"] }
274+
bevy_math = { path = "../bevy_math", version = "0.15.0-dev", features = [
275+
"bevy_reflect",
276+
] }
275277
bevy_ptr = { path = "../bevy_ptr", version = "0.15.0-dev" }
276278
bevy_reflect = { path = "../bevy_reflect", version = "0.15.0-dev", features = [
277279
"bevy",

0 commit comments

Comments
 (0)