aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/mod.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-19 22:39:16 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-19 22:39:16 +0200
commit4523bd0d455781c5cc3544fb230b69990fd53225 (patch)
tree6ad31926f80e301571ebebe62f1f3d389704066c /server/src/routes/ui/mod.rs
parentfe318c8e961aa39d3daf386ddddd0f74b38079f5 (diff)
downloadjellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar
jellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar.bz2
jellything-4523bd0d455781c5cc3544fb230b69990fd53225.tar.zst
cargo fmt
Diffstat (limited to 'server/src/routes/ui/mod.rs')
-rw-r--r--server/src/routes/ui/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/mod.rs b/server/src/routes/ui/mod.rs
index d56285c..d61ef9e 100644
--- a/server/src/routes/ui/mod.rs
+++ b/server/src/routes/ui/mod.rs
@@ -42,8 +42,8 @@ pub mod node;
pub mod player;
pub mod search;
pub mod sort;
-pub mod style;
pub mod stats;
+pub mod style;
#[get("/")]
pub async fn r_index(sess: Option<Session>) -> MyResult<Either<Redirect, DynLayoutPage<'static>>> {