Skip to content

Commit

Permalink
[JENKINS-21241] Fixed code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Feb 7, 2016
1 parent bfb39be commit cc1b67d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ public NaginatorAction(int retryCount) {
* @since 1.17
*/
public NaginatorAction(@CheckForNull Run<?, ?> parentBuild, int retryCount, int maxRetryCount) {
this.parentBuildNumber = (parentBuild != null)?parentBuild.getNumber():null;
this.parentBuildNumber = (parentBuild != null) ? parentBuild.getNumber() : null;
this.retryCount = retryCount;
this.maxRetryCount = maxRetryCount;
}
Expand Down

0 comments on commit cc1b67d

Please sign in to comment.