Explorar el Código

fix formating

Evan Almloff hace 1 año
padre
commit
0aa4875ec0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/autofmt/tests/wrong.rs

+ 1 - 1
packages/autofmt/tests/wrong.rs

@@ -1,4 +1,4 @@
-use dioxus_autofmt::{IndentType, IndentOptions};
+use dioxus_autofmt::{IndentOptions, IndentType};
 
 macro_rules! twoway {
     ($val:literal => $name:ident ($indent:expr)) => {