Skip to content

Commit 28c9bca

Browse files
stefanzweifelgithub-actions[bot]
authored andcommitted
Apply laravel-pint changes
1 parent c220b4e commit 28c9bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/RestoreCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private function confirmRestoreProcess(PendingRestore $pendingRestore): bool
225225
protected function getBackupOptions(Collection $listOfBackups, int $labelLength): Collection
226226
{
227227
return $listOfBackups->mapWithKeys(fn ($backup): array => [
228-
$backup['path'] => str_pad($backup['path'] . ' ', ($labelLength - strlen($backup['size'])), '.', STR_PAD_RIGHT) . ' ' . $backup['size'],
228+
$backup['path'] => str_pad($backup['path'].' ', ($labelLength - strlen($backup['size'])), '.', STR_PAD_RIGHT).' '.$backup['size'],
229229
]);
230230
}
231231
}

0 commit comments

Comments
 (0)