mirror of
https://github.com/danog/process.git
synced 2024-11-26 12:14:43 +01:00
Fix code style
This commit is contained in:
parent
a13a2926a2
commit
986ff9f8a6
@ -8,7 +8,7 @@ if (count($command) !== 2) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if ($command[0] === "exit") {
|
||||
if ($command[0] === "exit") {
|
||||
echo str_repeat(".", (int) $command[1]);
|
||||
exit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user