Skip to content

Commit 0fb4b77

Browse files
authored
Update tests/lib/rules/no-runloop.js
1 parent 5a91f0d commit 0fb4b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/no-runloop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@ eslintTester.run('no-runloop', rule, {
234234
type: 'CallExpression',
235235
},
236236
],
237-
}
237+
},
238238
],
239239
});

0 commit comments

Comments
 (0)