diff options
author | George Petculescu <gxgpet@gmail.com> | 2016-10-20 19:58:10 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2016-10-20 19:58:10 +0200 |
commit | 4fe5e99f437fe79cc40cebd08277eb319d8a6095 (patch) | |
tree | 461c4d803407445b718ddff8143abe885ce451e5 | |
parent | 11954d2521475f6964bfa9c65dcd2f3e53a65af5 (diff) |
fixed unnecessary file termination for Number helper
-rw-r--r-- | system/helpers/number_helper.php | 2 |
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 +} |