Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Apr 25, 2023
1 parent e36a3ff commit 98f7589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/WatchHorizonCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function startHorizon(): bool
{
$this->horizonProcess = Process::fromShellCommandline(config('horizon-watcher.command'));

$this->horizonProcess->setTty(! $this->option('without-tty') )->setTimeout(null);
$this->horizonProcess->setTty(! $this->option('without-tty'))->setTimeout(null);

$this->horizonProcess->start(fn ($type, $output) => $this->info($output));

Expand Down

0 comments on commit 98f7589

Please sign in to comment.