Skip to content

Commit 6b6573f

Browse files
committed
Reorder imports
1 parent c9086af commit 6b6573f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mod plugin;
21
mod config;
2+
mod plugin;
33

44
#[link(wasm_import_module = "dprant")]
55
extern "C" {

src/plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use dprint_core::{
77
},
88
plugins::{FormatResult, PluginInfo, SyncPluginHandler},
99
};
10-
use stylua_lib::{OutputVerification, LineEndings};
10+
use stylua_lib::{LineEndings, OutputVerification};
1111

1212
use crate::config::Configuration;
1313

0 commit comments

Comments
 (0)