Skip to content

Commit

Permalink
Fix file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eth2353 authored Jan 1, 2025
1 parent e553210 commit df7acb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/services/block_proposal.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ async def _register_validators(self) -> None:
],
)

self.logger.info(f"Published validator registrations, count: {len(validator_batch)}")
self.logger.info(
f"Published validator registrations, count: {len(validator_batch)}"
)

async def register_validators(self) -> None:
next_run_time = None
Expand Down

0 comments on commit df7acb9

Please sign in to comment.