Skip to content

Commit 954e6b5

Browse files
committed
Run spotless
1 parent 41c3fe9 commit 954e6b5

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

lib/src/testCompatKtLint0Dot48Dot1/java/com/diffplug/spotless/glue/ktlint/compat/KtLintCompat0Dot48Dot1AdapterTest.java

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1+
/*
2+
* Copyright 2023 DiffPlug
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
116
package com.diffplug.spotless.glue.ktlint.compat;
217

18+
import static org.junit.jupiter.api.Assertions.assertEquals;
19+
320
import java.io.IOException;
421
import java.io.InputStream;
522
import java.nio.file.Files;
@@ -10,8 +27,6 @@
1027
import org.junit.jupiter.api.Test;
1128
import org.junit.jupiter.api.io.TempDir;
1229

13-
import static org.junit.jupiter.api.Assertions.assertEquals;
14-
1530
public class KtLintCompat0Dot48Dot1AdapterTest {
1631
@Test
1732
public void testDefaults(@TempDir Path path) throws IOException {

0 commit comments

Comments
 (0)