Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Commit c828def

Browse files
committed
gotta have that continuation space of 8 😢
1 parent 255acf5 commit c828def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/jenkins/plugins/gitlabserver/servers/GitLabServer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ public String getCredentialsId() {
152152
public GitLabServer(@NonNull String serverUrl, @NonNull String name) {
153153
this.serverUrl = defaultIfBlank(serverUrl, GITLAB_SERVER_URL);
154154
this.name = StringUtils.isBlank(name)
155-
? getRandomName()
156-
: name;
155+
? getRandomName()
156+
: name;
157157
}
158158

159159
/**

0 commit comments

Comments
 (0)