Skip to content

Commit

Permalink
chore: apply review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Fromme <[email protected]>
  • Loading branch information
barmac and philippfromme authored Nov 21, 2023
1 parent 5634e68 commit 9a8ad81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simulator/behaviors/InclusiveGatewayBehavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ InclusiveGatewayBehavior.prototype.exit = function(context) {
InclusiveGatewayBehavior.prototype._canJoin = function(context) {
const remainingScopes = this._getRemainingScopes(context);

// There are still some tokens to wait for.
// there are still some tokens to wait for
if (remainingScopes.length && this._canReachAnyScope(remainingScopes, context.element)) {
return false;
}
Expand Down

0 comments on commit 9a8ad81

Please sign in to comment.