File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/src/main/java/com/diffplug/spotless/java
testlib/src/test/java/com/diffplug/spotless/java Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ) {
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments