summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2016-10-20 19:58:10 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2016-10-20 19:58:10 +0200
commit4fe5e99f437fe79cc40cebd08277eb319d8a6095 (patch)
tree461c4d803407445b718ddff8143abe885ce451e5 /system/helpers
parent11954d2521475f6964bfa9c65dcd2f3e53a65af5 (diff)
fixed unnecessary file termination for Number helper
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/number_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/number_helper.php b/system/helpers/number_helper.php
index 219124cb5..e7810c706 100644
--- a/system/helpers/number_helper.php
+++ b/system/helpers/number_helper.php
@@ -91,4 +91,4 @@ if ( ! function_exists('byte_format'))
return number_format($num, $precision).' '.$unit;
}
-} \ No newline at end of file
+}