Skip to content

Commit

Permalink
Eclipse JDT formatter 4.8.0 applied on Spotless code.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvgh committed Jul 14, 2018
1 parent 2fd0b20 commit 8ce3295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/com/diffplug/spotless/PaddedCell.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public final class PaddedCell {
/** The kind of result. */
public enum Type {
CONVERGE, CYCLE, DIVERGE;
CONVERGE, CYCLE, DIVERGE;

/** Creates a PaddedCell with the given file and steps. */
PaddedCell create(File file, List<String> steps) {
Expand Down

0 comments on commit 8ce3295

Please sign in to comment.