Skip to content

Commit fcf1cbe

Browse files
committed
format again
1 parent b391504 commit fcf1cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greenwave_monitor/greenwave_monitor/ncurses_frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def curses_main(stdscr, node):
332332
is_monitored = True
333333
status_display = diag.status # Use actual diagnostic status
334334
frame_rate_node = (diag.pub_rate.ljust(FRAME_RATE_WIDTH)
335-
if diag.pub_rate != '-' else 'N/A'.ljust(FRAME_RATE_WIDTH))
335+
if diag.pub_rate != '-' else 'N/A'.ljust(FRAME_RATE_WIDTH))
336336
current_delay_from_realtime_ms = (
337337
diag.latency.ljust(REALTIME_DELAY_WIDTH)
338338
if diag.latency != '-' else 'N/A'.ljust(REALTIME_DELAY_WIDTH))

0 commit comments

Comments
 (0)