Skip to content

Commit 1faaf99

Browse files
Address Sam's comment.
1 parent a297e13 commit 1faaf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/system_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ def get_default_variation(cls, **kwargs):
14611461

14621462
def get_files(self):
14631463
files = []
1464-
if (self.is_ww):
1464+
if self.is_ww:
14651465
files = [
14661466
'library_wasm_worker.c',
14671467
'wasm_worker.S',

0 commit comments

Comments
 (0)