From 160157a92b4b0f493201a815e6e827e92abbf7c3 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Tue, 30 Oct 2018 15:28:31 -0500 Subject: Prettify remaining files with differences in CE and EE --- app/assets/javascripts/lib/utils/number_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/javascripts/lib/utils/number_utils.js') diff --git a/app/assets/javascripts/lib/utils/number_utils.js b/app/assets/javascripts/lib/utils/number_utils.js index afbab59055b..2ccc51c35f7 100644 --- a/app/assets/javascripts/lib/utils/number_utils.js +++ b/app/assets/javascripts/lib/utils/number_utils.js @@ -7,7 +7,7 @@ import { BYTES_IN_KIB } from './constants'; * * * Show 3 digits to the right * * For 2 digits to the left of the decimal point and X digits to the right of it * * * Show 2 digits to the right -*/ + */ export function formatRelevantDigits(number) { let digitsLeft = ''; let relevantDigits = 0; -- cgit v1.2.1