Skip to content

Commit 8ce3295

Browse files
committed
Eclipse JDT formatter 4.8.0 applied on Spotless code.
1 parent 2fd0b20 commit 8ce3295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/src/main/java/com/diffplug/spotless/PaddedCell.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public final class PaddedCell {
3636
/** The kind of result. */
3737
public enum Type {
38-
CONVERGE, CYCLE, DIVERGE;
38+
CONVERGE, CYCLE, DIVERGE;
3939

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

0 commit comments

Comments
 (0)