Skip to content

Commit c961354

Browse files
committed
Fix flake8
1 parent 8b1711e commit c961354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5925,7 +5925,7 @@ def test_fs_64bit(self):
59255925
@parameterized({
59265926
'': ([],),
59275927
'nodefs': (['-DNODEFS', '-lnodefs.js'],),
5928-
'noderawfs':(['-sNODERAWFS'],),
5928+
'noderawfs': (['-sNODERAWFS'],),
59295929
})
59305930
def test_fs_stat_unnamed_file_descriptor(self, args):
59315931
nodefs = '-DNODEFS' in args or '-DNODERAWFS' in args

0 commit comments

Comments
 (0)