diff --git a/.builder/actions/crt_size_check.py b/.builder/actions/crt_size_check.py index bd991e21..49c1d2c7 100644 --- a/.builder/actions/crt_size_check.py +++ b/.builder/actions/crt_size_check.py @@ -74,5 +74,4 @@ def run(self, env): print(f"Total NPM package file size: {total_size} bytes") if total_size > max_size: - raise Exception(f'NPM package exceeds size limit of { - max_size} bytes.') + raise Exception(f'NPM package exceeds size limit of {max_size} bytes.')