Skip to content

Commit 7fe5fff

Browse files
committed
Fix CS
1 parent 09b0903 commit 7fe5fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Table/QueuedJobsTable.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ public function terminateProcess($pid, $sig = SIGTERM) {
589589
$killed = false;
590590
if (function_exists('posix_kill')) {
591591
$killed = posix_kill($pid, $sig);
592-
}
592+
}
593593
if (!$killed) {
594594
exec('kill -' . $sig . ' ' . $pid);
595595
}

0 commit comments

Comments
 (0)