Skip to content

Commit 300d385

Browse files
committed
delete extra space
1 parent 0ea7855 commit 300d385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

palantir-java-format-api/src/main/java/com/palantir/javaformat/java/FormatterService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* A stable facade for palantir-java-format. The implementation must be ServiceLoaded, to ensure its classpath remains
99
* isolated.
1010
*/
11-
public interface FormatterService {
11+
public interface FormatterService {
1212

1313
/**
1414
* Emit a list of {@link Replacement}s to convert from input to formatted output.

0 commit comments

Comments
 (0)