We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd0b20 commit 8ce3295Copy full SHA for 8ce3295
1 file changed
lib/src/main/java/com/diffplug/spotless/PaddedCell.java
@@ -35,7 +35,7 @@
35
public final class PaddedCell {
36
/** The kind of result. */
37
public enum Type {
38
- CONVERGE, CYCLE, DIVERGE;
+ CONVERGE, CYCLE, DIVERGE;
39
40
/** Creates a PaddedCell with the given file and steps. */
41
PaddedCell create(File file, List<String> steps) {
0 commit comments