Restore the order of imports
This commit is contained in:
parent
f8ce7b5ef8
commit
d5a572d8d3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
use serde_json::{self, json};
|
||||
use std::env;
|
||||
use std::io;
|
||||
use std::process;
|
||||
use serde_json::{self, json};
|
||||
|
||||
use crate::browser;
|
||||
use crate::config::Config;
|
||||
|
|
Loading…
Reference in a new issue