diff --git a/src/command.rs b/src/command.rs index d03c72c..656a7c4 100644 --- a/src/command.rs +++ b/src/command.rs @@ -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;