Skip to content

Commit

Permalink
style: merge use in ectool.rs
Browse files Browse the repository at this point in the history
Signed-off-by: ninelore <[email protected]>
  • Loading branch information
ninelore committed Mar 11, 2024
1 parent 93b561f commit 5275acd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bin/ectool.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use color_eyre::eyre::Result;
use crosec_rs::commands::get_chip_info::ec_cmd_get_chip_info;
use crosec_rs::commands::hello::ec_cmd_hello;
use crosec_rs::commands::version::ec_cmd_version;
use crosec_rs::commands::{
get_chip_info::ec_cmd_get_chip_info, hello::ec_cmd_hello, version::ec_cmd_version,
};

fn main() -> Result<()> {
color_eyre::install()?;
Expand Down

0 comments on commit 5275acd

Please sign in to comment.