Skip to content

Commit f5c622f

Browse files
committed
Fix format.
1 parent 5c5b1a3 commit f5c622f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/publish/PublishingPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
* <li>{@code publishConfigFilePath} is the path to the configuration file from which to read the
6161
* list of projects to release. The file format should be consistent with Python's
6262
* configparser, and the list of projects should be in a section called "modules". If both
63-
* this, and {@code projectsToPublish} are specified, this property takes precedence.
64-
* <br>
63+
* this, and {@code projectsToPublish} are specified, this property takes precedence. <br>
6564
* <br>
6665
* Example config file content:
6766
* <pre>

0 commit comments

Comments
 (0)