This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-sbt-paradox.git

commit 97a2997a553af0a9babf3652534e2528fb2a9b7a
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 17 16:31:33 2026 +0000

    Reformat with scalafmt 3.10.4
    
    Executed command: scalafmt --non-interactive
---
 .../main/scala/org/apache/pekko/PekkoParadoxPlugin.scala    | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala 
b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
index 145efc0..862e4c5 100644
--- a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
+++ b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
@@ -62,13 +62,12 @@ object PekkoParadoxPlugin extends AutoPlugin {
     Global / pekkoParadoxGithub := None,
     Global / pekkoParadoxIncubatorNotice := None,
     Compile / paradoxMaterialTheme := {
-      val theme =
-        (Compile / paradoxMaterialTheme).value
-          .withLogo("assets/images/pekko_logo.png")
-          .withFavicon("assets/images/pekko_favicon.png")
-          .withCustomStylesheet("assets/stylesheets/pekko-theme.css")
-          .withColor("white", "orange")
-          .withCopyright(pekkoParadoxCopyright.value)
+      val theme = (Compile / paradoxMaterialTheme).value
+        .withLogo("assets/images/pekko_logo.png")
+        .withFavicon("assets/images/pekko_favicon.png")
+        .withCustomStylesheet("assets/stylesheets/pekko-theme.css")
+        .withColor("white", "orange")
+        .withCopyright(pekkoParadoxCopyright.value)
 
       pekkoParadoxGithub.value match {
         case Some(githubUrl) => theme.withRepository(uri(githubUrl))


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to