Skip to content

Commit c8499d4

Browse files
committed
chore: code fmt
1 parent a2e50f5 commit c8499d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: project/PekkoBuild.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ object PekkoBuild {
309309
UsefulTask("mimaReportBinaryIssues ", "Check binary issues"),
310310
UsefulTask("validatePullRequest ", "Validate pull request"),
311311
UsefulTask("docs/paradox", "Build documentation (license report will be generate on CI or Publish)"),
312-
UsefulTask("docs/paradoxBrowse", "Browse the generated documentation (license report will be generate on CI or Publish)"),
312+
UsefulTask("docs/paradoxBrowse",
313+
"Browse the generated documentation (license report will be generate on CI or Publish)"),
313314
UsefulTask("tips:", "prefix commands with `+` to run against cross Scala versions."),
314315
UsefulTask("Contributing guide:", "https://github.com/apache/incubator-pekko/blob/main/CONTRIBUTING.md")).map(
315316
_.noAlias))

0 commit comments

Comments
 (0)