Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
barbibulle committed Jan 5, 2024
1 parent aeeff18 commit 5f377c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/controller_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async def async_main(latency_probes, transport):
f'max={max(latencies):.2f}, '
f'average={sum(latencies)/len(latencies):.2f}'
),
'\n'
'\n',
)

# Print version
Expand Down

0 comments on commit 5f377c0

Please sign in to comment.