Skip to content

Commit 96803ae

Browse files
committed
fix: linting
1 parent e4f1fc9 commit 96803ae

File tree

1 file changed

+5
-5
lines changed
  • plugin-maven/src/main/java/com/diffplug/spotless/maven/kotlin

1 file changed

+5
-5
lines changed

plugin-maven/src/main/java/com/diffplug/spotless/maven/kotlin/Ktlint.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 DiffPlug
2+
* Copyright 2016-2022 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.
@@ -15,17 +15,17 @@
1515
*/
1616
package com.diffplug.spotless.maven.kotlin;
1717

18+
import java.util.Collections;
19+
import java.util.HashMap;
20+
import java.util.Map;
21+
1822
import org.apache.maven.plugins.annotations.Parameter;
1923

2024
import com.diffplug.spotless.FormatterStep;
2125
import com.diffplug.spotless.kotlin.KtLintStep;
2226
import com.diffplug.spotless.maven.FormatterStepConfig;
2327
import com.diffplug.spotless.maven.FormatterStepFactory;
2428

25-
import java.util.Collections;
26-
import java.util.HashMap;
27-
import java.util.Map;
28-
2929
public class Ktlint implements FormatterStepFactory {
3030

3131
@Parameter

0 commit comments

Comments
 (0)