Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho authored and github-actions[bot] committed Nov 21, 2023
1 parent 0de191d commit e7bd4ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Number.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public static function parse(?string $number, string $locale = null): ?Numerable
}
$formatter = new NumberFormatter($locale ?? config('app.locale', 'en'), NumberFormatter::DECIMAL);


return new Numerable($formatter->parse($number));
}

Expand Down

0 comments on commit e7bd4ca

Please sign in to comment.