Skip to content

Commit 8978435

Browse files
authored
Merge pull request #404 from smartdevicelink/bugfix/permission-filter-early-return
Fix positioning of return statement in PermissionManager
2 parents 7d050b6 + cfa0cec commit 8978435

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/js/src/manager/permission/_PermissionManagerBase.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,8 @@ class _PermissionManagerBase extends _SubManagerBase {
174174
) {
175175
this._notifyListener(filter);
176176
}
177-
178-
return this;
179177
}
178+
return this;
180179
}
181180

182181
/**

0 commit comments

Comments
 (0)