Skip to content

Commit

Permalink
Add code auto-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jbartece committed Apr 6, 2020
1 parent 8393ba0 commit 18be99c
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 373 deletions.
70 changes: 0 additions & 70 deletions codestyle-intellij.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ public PncBuild(Build build) {
this.artifacts = new ArrayList<>();
}

public PncBuild(Build build, BuildPushResult buildPushResult, ProductVersion productVersion, List<EnhancedArtifact> artifacts) {
public PncBuild(
Build build,
BuildPushResult buildPushResult,
ProductVersion productVersion,
List<EnhancedArtifact> artifacts) {
this.build = build;
this.buildPushResult = buildPushResult;
this.productVersion = productVersion;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ public BuildPushResult getBuildPushResult(String buildId) throws RemoteResourceE
return buildClient.getPushResult(buildId);
}

public ProductVersion getProductVersion(ProductMilestoneRef productMilestoneRef)
throws RemoteResourceException {
public ProductVersion getProductVersion(ProductMilestoneRef productMilestoneRef) throws RemoteResourceException {
ProductMilestone productMilestone = productMilestoneClient.getSpecific(productMilestoneRef.getId());
return productVersionClient.getSpecific(productMilestone.getProductVersion().getId());
}
Expand Down
Loading

0 comments on commit 18be99c

Please sign in to comment.