Skip to content

Commit c9e04f7

Browse files
committed
ci: fix cargo fmt
1 parent 10f4e75 commit c9e04f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

crates/tap-agent/src/agent/sender_accounts_manager.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,7 @@ impl State {
880880
FROM grouped
881881
GROUP BY signer_address
882882
"#,
883-
self
884-
.config
883+
self.config
885884
.tap_mode
886885
.require_subgraph_service_address()
887886
.encode_hex(),
@@ -946,8 +945,7 @@ impl State {
946945
GROUP BY payer
947946
"#,
948947
// Constrain to our Horizon bucket to avoid conflating RAVs across services/providers
949-
self
950-
.config
948+
self.config
951949
.tap_mode
952950
.require_subgraph_service_address()
953951
.encode_hex(),

0 commit comments

Comments
 (0)