File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
plugin-maven/src/main/java/com/diffplug/spotless/maven/kotlin Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.
1515 */
1616package com .diffplug .spotless .maven .kotlin ;
1717
18+ import java .util .Collections ;
19+ import java .util .HashMap ;
20+ import java .util .Map ;
21+
1822import org .apache .maven .plugins .annotations .Parameter ;
1923
2024import com .diffplug .spotless .FormatterStep ;
2125import com .diffplug .spotless .kotlin .KtLintStep ;
2226import com .diffplug .spotless .maven .FormatterStepConfig ;
2327import com .diffplug .spotless .maven .FormatterStepFactory ;
2428
25- import java .util .Collections ;
26- import java .util .HashMap ;
27- import java .util .Map ;
28-
2929public class Ktlint implements FormatterStepFactory {
3030
3131 @ Parameter
You can’t perform that action at this time.
0 commit comments