Skip to content

Commit be679d3

Browse files
committed
refactor: fix style spacing
1 parent df67f06 commit be679d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Console/RetryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function getJobIds()
6666
if ($queue = $this->option('queue')) {
6767
$ids = collect($this->laravel['queue.failer']->all())->where('queue', $queue)->pluck('id')->toArray();
6868

69-
if (count($ids)===0) {
69+
if (count($ids) === 0) {
7070
$this->error("Unable to find failed jobs in a queue named [{$queue}].");
7171
}
7272

0 commit comments

Comments
 (0)