mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
fix: rustfmt
This commit is contained in:
parent
2c8c601579
commit
2ef62a9160
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
use futures::{stream::FuturesUnordered, StreamExt};
|
||||
use std::{fs, process::exit, path::Path};
|
||||
use std::{fs, path::Path, process::exit};
|
||||
|
||||
use super::*;
|
||||
|
||||
|
|
|
@ -86,4 +86,4 @@ impl Display for Commands {
|
|||
Commands::Autoformat(_) => write!(f, "fmt"),
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue