Skip to content

Commit 68b9659

Browse files
author
TheSnoozer
committed
fix checkstyle
1 parent e14abde commit 68b9659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/pl/project13/core/GitCommitIdPluginIntegrationTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public void shouldGenerateJsonWithCorrectObjectStructure(boolean useNativeGit) t
507507
targetFilePath.delete();
508508

509509
GitCommitIdPlugin.Callback cb =
510-
new GitCommitIdTestCallback()
510+
new GitCommitIdTestCallback()
511511
.setDotGitDirectory(dotGitDirectory)
512512
.setUseNativeGit(useNativeGit)
513513
.setShouldGenerateGitPropertiesFile(true)
@@ -541,7 +541,7 @@ public TreeNode(String value) {
541541
this.children = new HashSet<>();
542542
}
543543

544-
public void addChild(TreeNode t){
544+
public void addChild(TreeNode t) {
545545
this.children.add(t);
546546
}
547547

0 commit comments

Comments
 (0)