We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14abde commit 68b9659Copy full SHA for 68b9659
src/test/java/pl/project13/core/GitCommitIdPluginIntegrationTest.java
@@ -507,7 +507,7 @@ public void shouldGenerateJsonWithCorrectObjectStructure(boolean useNativeGit) t
507
targetFilePath.delete();
508
509
GitCommitIdPlugin.Callback cb =
510
- new GitCommitIdTestCallback()
+ new GitCommitIdTestCallback()
511
.setDotGitDirectory(dotGitDirectory)
512
.setUseNativeGit(useNativeGit)
513
.setShouldGenerateGitPropertiesFile(true)
@@ -541,7 +541,7 @@ public TreeNode(String value) {
541
this.children = new HashSet<>();
542
}
543
544
- public void addChild(TreeNode t){
+ public void addChild(TreeNode t) {
545
this.children.add(t);
546
547
0 commit comments