Skip to content

Commit 0d62d75

Browse files
committed
fix spotlessCheck/Apply
1 parent 0e1f582 commit 0d62d75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin-gradle/src/test/java/com/diffplug/gradle/spotless/JavaDefaultTargetTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2023 DiffPlug
2+
* Copyright 2016-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -95,7 +95,7 @@ void fenceWithTargetExcludeNoMatch() throws Exception {
9595
"repositories { mavenCentral() }",
9696
"",
9797
"spotless {",
98-
" java {" +
98+
" java {",
9999
" licenseHeader('// my-copyright')",
100100
" toggleOffOn()",
101101
" targetExcludeIfContentContains('excludeMe')",
@@ -121,7 +121,7 @@ void fenceWithTargetExcludeMatch() throws Exception {
121121
"repositories { mavenCentral() }",
122122
"",
123123
"spotless {",
124-
" java {" +
124+
" java {",
125125
" licenseHeader('// my-copyright')",
126126
" toggleOffOn()",
127127
" targetExcludeIfContentContains('excludeMe')",

0 commit comments

Comments
 (0)