Skip to content

Commit

Permalink
Indent GitLabAuthenticationToken change consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Feb 10, 2023
1 parent 5d7ec6e commit 724f655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public GitLabAuthenticationToken(String accessToken, String gitlabServer, TokenT
Jenkins jenkins = Jenkins.getInstanceOrNull();
if (jenkins != null && jenkins.getSecurityRealm() instanceof GitLabSecurityRealm) {

myRealm = (GitLabSecurityRealm) jenkins.getSecurityRealm();
myRealm = (GitLabSecurityRealm) jenkins.getSecurityRealm();

// Search for scopes that allow fetching team membership. This is
// documented online.
Expand Down

0 comments on commit 724f655

Please sign in to comment.