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

Commit

Permalink
Fix lint issue (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Nov 17, 2020
1 parent 2aed647 commit 069b4df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ export class CfUserService {
);
};

private createSpaceGetUsersAction = (isAdmin: boolean, cfGuid: string, spaceGuid: string,): PaginatedAction => {
private createSpaceGetUsersAction = (isAdmin: boolean, cfGuid: string, spaceGuid: string): PaginatedAction => {
return cfEntityCatalog.user.actions.getAllInSpace(
spaceGuid,
cfGuid,
Expand Down

0 comments on commit 069b4df

Please sign in to comment.