Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chamathns authored Jul 26, 2023
1 parent bff5251 commit c8a2750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ public boolean removeServiceProvider(String issuer) throws IdentityException {
}
}

private Optional<String> getInitiatorId(){
private Optional<String> getInitiatorId() {

return Optional.ofNullable(CarbonContext.getThreadLocalCarbonContext().getUserId())
.filter(StringUtils::isNotBlank)
Expand Down

0 comments on commit c8a2750

Please sign in to comment.