Skip to content

Commit a7b1b2f

Browse files
fix: adjust output formatting for the thanks message and the search results
1 parent d4c228a commit a7b1b2f

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

app/Commands/CacheKill.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public function handle(): int
114114
$this->pollDeleteProcesses();
115115
});
116116

117-
$this->newLine();
118117
$this->showSummary();
119118
$this->thanks();
120119

app/Commands/CnKill.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,8 @@ function (): void {
160160

161161
// If the list is empty after find completes, say so
162162
if (empty($this->dirs)) {
163-
$this->newLine();
164163
$this->line(' <fg=green>No ' . $this->targetLabel() . ' directories found in this path.</>');
165164
} else {
166-
$this->newLine();
167165
$this->showSummary();
168166
}
169167

app/Commands/Concerns/TuiCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,6 @@ protected function disableRawMode(): void
796796

797797
protected function thanks(): void
798798
{
799-
$this->newLine();
800799
$this->line(' <fg=blue>Thanks for using CNKill!</>');
801800

802801
$freed = $this->freedSizeKb();

0 commit comments

Comments
 (0)