Jelajahi Sumber

remove unnecessary space (#3237)

Neil Carlo Sucuangco 2 tahun lalu
induk
melakukan
3472ddea39
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      scripts/build.js

+ 1 - 1
scripts/build.js

@@ -115,4 +115,4 @@ function bytesToSize(bytes) {
     const i = parseInt(Math.floor(Math.log(bytes) / Math.log(1024)), 10)
     if (i === 0) return `${bytes} ${sizes[i]}`
     return `${(bytes / (1024 ** i)).toFixed(1)} ${sizes[i]}`
-  }
+}