Skip to content

Commit 6eae9cc

Browse files
committed
Add import
1 parent d25ec68 commit 6eae9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agent/state/global.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ use {
2222
},
2323
prometheus_client::registry::Registry,
2424
solana_sdk::pubkey::Pubkey,
25-
std::collections::{
25+
std::{collections::{
2626
BTreeMap,
2727
HashMap,
2828
HashSet,
29-
},
29+
}, sync::Arc},
3030
tokio::sync::RwLock,
3131
};
3232

0 commit comments

Comments
 (0)