From 26c3970c37e41cc97ea07253220062e3b63a90f6 Mon Sep 17 00:00:00 2001 From: Aevyrie Roessler Date: Wed, 5 Jan 2022 13:10:57 -0800 Subject: [PATCH] Undo formatting linebreak --- crates/bevy_asset/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index c2699b6a3ce86d..fb9a01dff3a21a 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -18,9 +18,7 @@ bevy_app = { path = "../bevy_app", version = "0.5.0" } bevy_diagnostic = { path = "../bevy_diagnostic", version = "0.5.0" } bevy_ecs = { path = "../bevy_ecs", version = "0.5.0" } bevy_log = { path = "../bevy_log", version = "0.5.0" } -bevy_reflect = { path = "../bevy_reflect", version = "0.5.0", features = [ - "bevy", -] } +bevy_reflect = { path = "../bevy_reflect", version = "0.5.0", features = ["bevy",] } bevy_tasks = { path = "../bevy_tasks", version = "0.5.0" } bevy_utils = { path = "../bevy_utils", version = "0.5.0" }