Skip to content

Commit 24a913c

Browse files
committed
tabs
1 parent 3f7b1e8 commit 24a913c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/ProtobufExtension.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ public class BufFormatExtension {
7676
* <pre>
7777
* {@code
7878
* spotless {
79-
* protobuf {
80-
* buf().pathToExe(configurations.getByName(BUF_BINARY_CONFIGURATION_NAME).getSingleFile().getAbsolutePath())
81-
* }
79+
* protobuf {
80+
* buf().pathToExe(configurations.getByName(BUF_BINARY_CONFIGURATION_NAME).getSingleFile().getAbsolutePath())
81+
* }
8282
* }
8383
* }
8484
* </pre>
@@ -88,7 +88,7 @@ public class BufFormatExtension {
8888
* <pre>
8989
* {@code
9090
* buf {
91-
* enforceFormat = false
91+
* enforceFormat = false
9292
* }
9393
* }
9494
* </pre>

0 commit comments

Comments
 (0)