Skip to content

Commit bda5a2e

Browse files
committed
Reformat with scalafmt 3.7.15
Executed command: scalafmt --non-interactive
1 parent c1c6161 commit bda5a2e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ releasePublishArtifactsAction := PgpKeys.publishSigned.value
4141

4242
pomExtra := {
4343
pomExtra.value ++ Group(
44-
<issueManagement>
44+
<issueManagement>
4545
<system>github</system>
4646
<url>https://github.com/swagger-akka-http/swagger-enumeratum-module/issues</url>
4747
</issueManagement>

project/MetaInfLicenseCopy.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import sbt.*
22
import sbt.Keys.*
33

4-
/**
5-
* Copies LICENSE file into jar META-INF dir
4+
/** Copies LICENSE file into jar META-INF dir
65
*/
76
object MetaInfLicenseCopy {
87

0 commit comments

Comments
 (0)