Skip to content

Commit f8229e9

Browse files
committed
eh
1 parent feb8014 commit f8229e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.builder/actions/crt_size_check.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,4 @@ def run(self, env):
7474

7575
print(f"Total NPM package file size: {total_size} bytes")
7676
if total_size > max_size:
77-
raise Exception(f'NPM package exceeds size limit of {
78-
max_size} bytes.')
77+
raise Exception(f'NPM package exceeds size limit of {max_size} bytes.')

0 commit comments

Comments
 (0)