Skip to content

Commit 37a134e

Browse files
avivkellerCopilot
andauthored
Update scripts/compare-builds/web.mjs
Co-authored-by: Copilot <[email protected]>
1 parent 4711030 commit 37a134e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/compare-builds/web.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const formatBytes = bytes => {
2424
* Formats the difference between base and head sizes
2525
* @param {number} base - Base file size in bytes
2626
* @param {number} head - Head file size in bytes
27-
* @returns {string} Formatted diff string (e.g., "+1.50 KB (+10. 00%)")
27+
* @returns {string} Formatted diff string (e.g., "+1.50 KB (+10.00%)")
2828
*/
2929
const formatDiff = (base, head) => {
3030
const diff = head - base;

0 commit comments

Comments
 (0)