Skip to content

Commit 997a4b5

Browse files
committed
spotlessApply
1 parent a1314e9 commit 997a4b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/src/main/java/com/diffplug/spotless/java/ImportSorterImpl.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2021 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.
@@ -46,8 +46,8 @@ private static class ImportsGroup {
4646

4747
public ImportsGroup(String importOrder) {
4848
this.subGroups = Stream.of(importOrder.split("\\" + SUBGROUP_SEPARATOR))
49-
.map(this::normalizeStatic)
50-
.collect(Collectors.toList());
49+
.map(this::normalizeStatic)
50+
.collect(Collectors.toList());
5151
}
5252

5353
private String normalizeStatic(String subgroup) {

testlib/src/test/java/com/diffplug/spotless/java/ImportOrderStepTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2021 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.

0 commit comments

Comments
 (0)