Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
fix: fixed missing trailing comma, comma-dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
vzamanillo committed Jun 14, 2019
1 parent 9086d2c commit 116c35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default {
}),
atom.config.observe('linter-rubocop.disableWhenNoConfigFile', (value) => {
this.disableWhenNoConfigFile = value
})
}),
)
},

Expand Down

0 comments on commit 116c35a

Please sign in to comment.