From 21b7b57336cd3bf7bd328ada38c6069a48504f85 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 27 Dec 2022 19:55:10 -0500 Subject: `cargo fmt` --- webapp/src/routing.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'webapp/src/routing.rs') diff --git a/webapp/src/routing.rs b/webapp/src/routing.rs index 57d4af0..b1e6e01 100644 --- a/webapp/src/routing.rs +++ b/webapp/src/routing.rs @@ -1,5 +1,5 @@ -use yew_router::prelude::*; use uuid::Uuid; +use yew_router::prelude::*; #[derive(Clone, Routable, PartialEq)] pub enum Route { @@ -8,4 +8,3 @@ pub enum Route { #[at("/table/:id")] Table { id: Uuid }, } - -- cgit v1.2.3