Skip to content

Commit

Permalink
Print new line at end of about command output
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jul 15, 2022
1 parent e83b3bc commit 51b5eda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Foundation/Console/AboutCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public function handle()
})
->pipe(fn ($data) => $this->display($data));

$this->newLine();

return 0;
}

Expand Down

0 comments on commit 51b5eda

Please sign in to comment.