Skip to content

Commit 0297b6b

Browse files
style: run cargo fmt
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 1af4f3c commit 0297b6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/node/house_keeper/src/node.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ impl WiringLayer for HouseKeeperLayer {
8989
.ecosystem_contracts
9090
.validator_timelock_addr;
9191
let two_factor_approval_reporter = TwoFactorApprovalReporter::new(
92-
self.house_keeper_config.two_factor_approval_reporting_interval,
92+
self.house_keeper_config
93+
.two_factor_approval_reporting_interval,
9394
replica_pool,
9495
input.eth_client,
9596
validator_timelock_addr,

0 commit comments

Comments
 (0)