Skip to content

Commit c48c9dc

Browse files
committed
Fix spacing issue created by license header plugin
1 parent 544edec commit c48c9dc

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

java-compiler-testing/src/main/java/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
import io.github.ascopes.jct.junit.JctExtension;
1817
import io.github.ascopes.jct.workspaces.RamFileSystemProvider;
1918
import org.junit.jupiter.api.extension.Extension;

java-compiler-testing/src/test/resources/io/github/ascopes/jct/tests/integration/compilation/CompilingSpecificClassesIntegrationTest/HelloWorld.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
/**
1817
* Command line app that says hello to me.
1918
*/

java-compiler-testing/src/test/resources/io/github/ascopes/jct/tests/integration/compilation/CompilingSpecificClassesIntegrationTest/Sum.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
/**
1817
* Command line app that sums together given integers.
1918
*/

0 commit comments

Comments
 (0)