Evan Almloff пре 1 година
родитељ
комит
0aa4875ec0
1 измењених фајлова са 1 додато и 1 уклоњено
  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)) => {