Skip to content

Commit

Permalink
tools: fix style issue after eslint update
Browse files Browse the repository at this point in the history
PR-URL: #2286
Reviewed-By: Roman Reiss <[email protected]>
  • Loading branch information
targos authored and silverwind committed Jan 13, 2016
1 parent 7ce0e04 commit ec8e0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/eslint-rules/required-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ module.exports = function(context) {
module.exports.schema = {
'type': 'array',
'items': [
{
'enum': [0, 1, 2]
}
{
'enum': [0, 1, 2]
}
],
'additionalItems': {
'type': 'string'
Expand Down

0 comments on commit ec8e0ae

Please sign in to comment.