Skip to content

Commit ce3d3cc

Browse files
committed
style: remove empty line
1 parent ad3a204 commit ce3d3cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/Helpers/number_helper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ function number_to_amount($num, int $precision = 0, ?string $locale = null)
112112
}
113113

114114
if (! function_exists('number_to_currency')) {
115-
116115
function number_to_currency(float $num, string $currency, ?string $locale = null, int $fraction = 0): string
117116
{
118117
return format_number($num, 1, $locale, [

0 commit comments

Comments
 (0)