Skip to content

Commit

Permalink
Merge pull request #404 from smartdevicelink/bugfix/permission-filter…
Browse files Browse the repository at this point in the history
…-early-return

Fix positioning of return statement in PermissionManager
  • Loading branch information
crokita authored Mar 23, 2021
2 parents 7d050b6 + cfa0cec commit 8978435
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/js/src/manager/permission/_PermissionManagerBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,8 @@ class _PermissionManagerBase extends _SubManagerBase {
) {
this._notifyListener(filter);
}

return this;
}
return this;
}

/**
Expand Down

0 comments on commit 8978435

Please sign in to comment.