浏览代码

fix formating

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)) => {