Skip to content

Commit 37946ca

Browse files
committed
Fix checkstyle error
1 parent 3ac4bf7 commit 37946ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,8 +1756,7 @@ public void shouldGiveCommitIdForEachFolderWhenPerModuleVersionsEnabled()
17561756
assertThat(parentProperties).containsKey("git.commit.id.abbrev");
17571757
assertThat(childProperties).containsKey("git.commit.id.abbrev");
17581758
assertThat(parentProperties.getProperty("git.commit.id.abbrev")).isNotEqualTo(childProperties.getProperty("git.commit.id.abbrev"));
1759-
1760-
}
1759+
}
17611760

17621761

17631762
private GitDescribeConfig createGitDescribeConfig(boolean forceLongFormat, int abbrev) {

0 commit comments

Comments
 (0)