Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Mar 29, 2024
1 parent 9b47698 commit af16b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway-state/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::sync::Arc;

use dashmap::{DashMap, mapref::entry::Entry};
use dashmap::{mapref::entry::Entry, DashMap};
use ic_agent::export::Principal;
use metrics::gauge;
use tokio::sync::mpsc::Sender;
Expand Down

0 comments on commit af16b75

Please sign in to comment.