Skip to content

Commit 88234be

Browse files
committed
fix header format str
1 parent e4e725b commit 88234be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/tools/aha/mirror.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def build_status_list(members, cell_infos):
5959
return group_status
6060

6161
def output_status(outp, vname, group_status):
62-
header = ' {:<40} {:<10} {:<8} {:<7} {:<16} {:<9} {:<12} {:<10}'.format(
62+
header = ' {:<40} {:<10} {:<8} {:<7} {:<16} {:<9} {:<12} {:<12} {:<10}'.format(
6363
'name', 'role', 'online', 'ready', 'host', 'port', 'version', 'synapse', 'nexus idx')
6464
outp.printf(header)
6565
outp.printf('#' * 120)

0 commit comments

Comments
 (0)