aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/root-helpers/bytes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/root-helpers/bytes.ts')
-rw-r--r--client/src/root-helpers/bytes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/root-helpers/bytes.ts b/client/src/root-helpers/bytes.ts
index ec8b55faa..bda786cc6 100644
--- a/client/src/root-helpers/bytes.ts
+++ b/client/src/root-helpers/bytes.ts
@@ -1,4 +1,4 @@
1const dictionary: Array<{ max: number; type: string }> = [ 1const dictionary: Array<{ max: number, type: string }> = [
2 { max: 1024, type: 'B' }, 2 { max: 1024, type: 'B' },
3 { max: 1048576, type: 'KB' }, 3 { max: 1048576, type: 'KB' },
4 { max: 1073741824, type: 'MB' }, 4 { max: 1073741824, type: 'MB' },