Skip to content

Commit 00cad51

Browse files
nasrulhazimgithub-actions[bot]
authored andcommitted
Fix styling
1 parent cb25d0e commit 00cad51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enums/ResetPeriod.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function needsReset(?\DateTime $lastResetAt): bool
4242
return false;
4343
}
4444

45-
$now = new \DateTime();
45+
$now = new \DateTime;
4646

4747
return match ($this) {
4848
self::NEVER => false,

0 commit comments

Comments
 (0)