Skip to content

Commit

Permalink
style: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Nov 26, 2024
1 parent 7ddae73 commit b9ce313
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use cord::{Config, Cord};

mod cord;
mod error;
mod ipc;
Expand All @@ -12,6 +10,7 @@ mod session;
mod types;
mod util;

use cord::{Config, Cord};
use error::Result;
use util::utils::parse_client_id;

Expand Down

0 comments on commit b9ce313

Please sign in to comment.