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 {
8787 private Charset encoding ;
8888 private List <FormatterStep > steps ;
8989
90- private Builder () {
91- }
90+ private Builder () {}
9291
9392 public Builder lineEndingsPolicy (LineEnding .Policy lineEndingsPolicy ) {
9493 this .lineEndingsPolicy = lineEndingsPolicy ;
Original file line number Diff line number Diff line change 1919import static org .junit .jupiter .api .Assertions .assertEquals ;
2020import static org .junit .jupiter .api .Assertions .assertTrue ;
2121
22- import java .io .IOException ;
23-
2422import org .junit .jupiter .api .Disabled ;
2523import org .junit .jupiter .api .Test ;
2624import org .owasp .encoder .Encode ;
You can’t perform that action at this time.
0 commit comments