Skip to content

Commit 78aaf96

Browse files
committed
fix: format
Signed-off-by: William Hankins <[email protected]>
1 parent d48eec5 commit 78aaf96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

common/src/queries/accounts.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
use std::collections::HashMap;
22

3-
use crate::{DRepChoice, PoolId, PoolLiveStakeInfo, RewardType, ShelleyAddress, StakeAddress, TxIdentifier};
3+
use crate::{
4+
DRepChoice, PoolId, PoolLiveStakeInfo, RewardType, ShelleyAddress, StakeAddress, TxIdentifier,
5+
};
46

57
pub const DEFAULT_ACCOUNTS_QUERY_TOPIC: (&str, &str) =
68
("accounts-state-query-topic", "cardano.query.accounts");

0 commit comments

Comments
 (0)