]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/root-helpers/bytes.ts
Update translations
[github/Chocobozzz/PeerTube.git] / client / src / root-helpers / bytes.ts
index ec8b55faae8e3db872e43f3ef2c724ca18756a71..bda786cc60ee341b16c007b873ebcedf821161c7 100644 (file)
@@ -1,4 +1,4 @@
-const dictionary: Array<{ max: number; type: string }> = [
+const dictionary: Array<{ max: number, type: string }> = [
   { max: 1024, type: 'B' },
   { max: 1048576, type: 'KB' },
   { max: 1073741824, type: 'MB' },