style: Pint 포맷팅 적용
This commit is contained in:
@@ -113,7 +113,7 @@ public function addFuturePartitions(int $months): array
|
||||
for ($i = 0; $i <= $months; $i++) {
|
||||
$target = $now->copy()->addMonths($i)->startOfMonth()->addMonth();
|
||||
$ts = $target->timestamp;
|
||||
$name = 'p' . $target->copy()->subMonth()->format('Ym');
|
||||
$name = 'p'.$target->copy()->subMonth()->format('Ym');
|
||||
|
||||
if (in_array($ts, $existingBounds)) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user