Skip to content

Commit 7de3c7e

Browse files
author
avandras
committed
Remove accidental extra space
1 parent 08ba627 commit 7de3c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patroni/ctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ def _do_site_switchover(cluster_name: str, group: Optional[int],
14851485
ms_cluster = ms_dcs.get_cluster()
14861486

14871487
candidate_names = [str(m.name) for m in ms_cluster.members
1488-
if m.name != leader_site]
1488+
if m.name != leader_site]
14891489

14901490
# We sort the names for consistent output to the client
14911491
candidate_names.sort()

0 commit comments

Comments
 (0)