Skip to content

Commit 655a7cf

Browse files
committed
chore: remove empty line
1 parent d7878dd commit 655a7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ async function run() {
6969
removeCache()
7070
}
7171
}
72+
7273
/**
7374
* Builds all the targets in parallel.
7475
* @param {Array<string>} targets - An array of targets to build.
@@ -151,7 +152,6 @@ async function build(target) {
151152
* @param {string[]} targets - The targets to check sizes for.
152153
* @returns {void}
153154
*/
154-
155155
function checkAllSizes(targets) {
156156
if (devOnly || (formats && !formats.includes('global'))) {
157157
return

0 commit comments

Comments
 (0)