Skip to content

Commit 8ce3295

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/main/java/com/diffplug/spotless/PaddedCell.java

Lines changed: 1 addition & 1 deletion
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)