Skip to content

Commit

Permalink
chore(rules): remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Oct 21, 2018
1 parent 42c7f48 commit 0cac950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/end-event-required.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const {
/**
* A rule that checks the presence of an end event per scope.
*/
module.exports = function(utils) {
module.exports = function() {

function hasEndEvent(node) {
const flowElements = node.flowElements || [];
Expand Down

0 comments on commit 0cac950

Please sign in to comment.