Skip to content

Commit 066d5e7

Browse files
targosMyles Borins
authored and
Myles Borins
committed
tools: fix style issue after eslint update
PR-URL: #2286 Reviewed-By: Roman Reiss <[email protected]>
1 parent 15ed64e commit 066d5e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/eslint-rules/required-modules.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ module.exports = function(context) {
9393
module.exports.schema = {
9494
'type': 'array',
9595
'items': [
96-
{
97-
'enum': [0, 1, 2]
98-
}
96+
{
97+
'enum': [0, 1, 2]
98+
}
9999
],
100100
'additionalItems': {
101101
'type': 'string'

0 commit comments

Comments
 (0)