summaryrefslogtreecommitdiff
path: root/client/src/interfaces/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/interfaces/mod.rs')
-rw-r--r--client/src/interfaces/mod.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/interfaces/mod.rs b/client/src/interfaces/mod.rs
index d7e8c7e..5fb9e6e 100644
--- a/client/src/interfaces/mod.rs
+++ b/client/src/interfaces/mod.rs
@@ -18,7 +18,9 @@ pub mod prefabindex;
pub mod profiler;
use crate::{
- download::Downloader, network::Network, render::scene::ScenePreparer, ui::UI_POSITION_OFFSET,
+ download::Downloader,
+ network::Network,
+ render::{scene::ScenePreparer, ui::UI_POSITION_OFFSET},
};
use egui::{Pos2, Widget};
use prefabindex::PrefabIndexInterface;