Skip to content

Commit 86e0b34

Browse files
committed
No need for FormattedPrinter to become public API.
1 parent b106f3d commit 86e0b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/diffplug/spotless/npm/FormattedPrinter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import java.io.PrintStream;
2121
import java.time.LocalDateTime;
2222

23-
public enum FormattedPrinter {
23+
enum FormattedPrinter {
2424
SYSOUT(System.out);
2525

2626
private static final boolean enabled = false;

0 commit comments

Comments
 (0)