File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
lib/src/main/java/com/diffplug/spotless
plugin-gradle/src/test/java/com/diffplug/gradle/spotless Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -87,8 +87,7 @@ public static class Builder {
87
87
private Charset encoding ;
88
88
private List <FormatterStep > steps ;
89
89
90
- private Builder () {
91
- }
90
+ private Builder () {}
92
91
93
92
public Builder lineEndingsPolicy (LineEnding .Policy lineEndingsPolicy ) {
94
93
this .lineEndingsPolicy = lineEndingsPolicy ;
Original file line number Diff line number Diff line change 19
19
import static org .junit .jupiter .api .Assertions .assertEquals ;
20
20
import static org .junit .jupiter .api .Assertions .assertTrue ;
21
21
22
- import java .io .IOException ;
23
-
24
22
import org .junit .jupiter .api .Disabled ;
25
23
import org .junit .jupiter .api .Test ;
26
24
import org .owasp .encoder .Encode ;
You can’t perform that action at this time.
0 commit comments