Skip to content

Commit 9900312

Browse files
committed
format
1 parent e4dcf82 commit 9900312

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/firebase/rollup-internal.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ const customBuilds = [
8888
]
8989
}
9090
];
91-
}).flat();
91+
})
92+
.flat();
9293

93-
console.log(customBuilds.length);
94+
console.log(customBuilds.length);
9495

9596
export default [/*...buildsWithLicense,*/ ...customBuilds];

0 commit comments

Comments
 (0)