Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
riskihajar authored and github-actions[bot] committed Nov 28, 2023
1 parent 0f89e59 commit 82b444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enums/LargeNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function divider(): int

public static function tryFromZeroLength(?int $length): self
{
return match(true){
return match (true) {
default => self::Kilo,
$length >= 12 => self::Trillion,
$length >= 9 => self::Billion,
Expand Down

0 comments on commit 82b444c

Please sign in to comment.