Skip to content

Commit faee1df

Browse files
Formatting
1 parent 84703ae commit faee1df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ def kill(self, someone=None):
10701070
Args:
10711071
someone: A key to the auxiliary process in the auxiliary_pids dictionary.
10721072
If None, the main PostgreSQL node process will be killed. Defaults to None.
1073-
"""
1073+
"""
10741074
if self.is_started:
10751075
assert isinstance(self._os_ops, OsOperations)
10761076
sig = signal.SIGKILL if os.name != 'nt' else signal.SIGBREAK

0 commit comments

Comments
 (0)