mirror of https://github.com/tc39/test262.git
Lint: add missing return to CheckHarnessFeatures().run
This commit is contained in:
parent
e3447b8200
commit
f1d38f5b3d
|
@ -59,3 +59,5 @@ class CheckHarnessFeatures(Check):
|
|||
return 'Missing: `features: [%s]`' % ', '.join(list(result['missing']))
|
||||
else:
|
||||
return 'Missing from `features`: %s' % ', '.join(list(result['missing']))
|
||||
else:
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue