summaryrefslogtreecommitdiff
path: root/engine/src/scene.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-08-10 01:49:41 +0200
committerHampusM <hampus@hampusmat.com>2026-08-10 01:49:41 +0200
commit9a303edb56fb460f2b60aef0bfca15a242381ba0 (patch)
tree8e1773343c9afe5c0583796b72e018635b406513 /engine/src/scene.rs
parenta79511cd3033254d9f3c93857d96f1c39751c730 (diff)
style(engine): apply formatting
Diffstat (limited to 'engine/src/scene.rs')
-rw-r--r--engine/src/scene.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/src/scene.rs b/engine/src/scene.rs
index 18a25d2..77c274c 100644
--- a/engine/src/scene.rs
+++ b/engine/src/scene.rs
@@ -1,5 +1,5 @@
-use crate::reflection::Reflection;
use crate::ecs::Component;
+use crate::reflection::Reflection;
#[derive(Debug, Clone, Component, Reflection)]
pub struct Scene;