Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.3
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Jul 29, 2024
1 parent 770e7c3 commit 3fafbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbtgen/src/main/scala/izumi/sbtgen/Renderer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ trait Renderers extends WithArtifactExt with WithBasicRenderers with WithProject

val snapshot = key.release match {
case Some(value) =>
(!value).toString
!value.toString
case None =>
"_"
}
Expand Down

0 comments on commit 3fafbb0

Please sign in to comment.