Skip to content

Commit 51b5eda

Browse files
committed
Print new line at end of about command output
1 parent e83b3bc commit 51b5eda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Illuminate/Foundation/Console/AboutCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public function handle()
8686
})
8787
->pipe(fn ($data) => $this->display($data));
8888

89+
$this->newLine();
90+
8991
return 0;
9092
}
9193

0 commit comments

Comments
 (0)