We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4711030 commit 37a134eCopy full SHA for 37a134e
scripts/compare-builds/web.mjs
@@ -24,7 +24,7 @@ const formatBytes = bytes => {
24
* Formats the difference between base and head sizes
25
* @param {number} base - Base file size in bytes
26
* @param {number} head - Head file size in bytes
27
- * @returns {string} Formatted diff string (e.g., "+1.50 KB (+10. 00%)")
+ * @returns {string} Formatted diff string (e.g., "+1.50 KB (+10.00%)")
28
*/
29
const formatDiff = (base, head) => {
30
const diff = head - base;
0 commit comments