Explorar o código

fix formatting

Evan Almloff hai 1 ano
pai
achega
cabeacfcee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/fullstack/examples/axum-auth/src/main.rs

+ 1 - 1
packages/fullstack/examples/axum-auth/src/main.rs

@@ -73,7 +73,7 @@ fn main() {
             });
     }
 }
-// 
+//
 fn app(cx: Scope) -> Element {
     let user_name = use_state(cx, || "?".to_string());
     let permissions = use_state(cx, || "?".to_string());