Skip to content

Commit 7e13a34

Browse files
committed
Reformat with scalafmt 3.9.7
Executed command: scalafmt --non-interactive
1 parent f5e9eae commit 7e13a34

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def enhanceEbeanClasses(
104104
// Ebean (really hacky sorry)
105105
val cp = classpath.map(_.data.toURI.toURL).toArray :+ classDirectory.toURI.toURL
106106
val cl = new java.net.URLClassLoader(cp)
107-
val t = cl
107+
val t = cl
108108
.loadClass("io.ebean.enhance.Transformer")
109109
.getConstructor(classOf[ClassLoader], classOf[String])
110110
.newInstance(cl, "debug=0")

project/Common.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object Common extends AutoPlugin {
3333
licenses := Seq("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.html")),
3434
// on the web
3535
homepage := Some(url(s"https://github.com/playframework/$repoName")),
36-
scmInfo := Some(
36+
scmInfo := Some(
3737
ScmInfo(
3838
url(s"https://github.com/playframework/$repoName"),
3939
s"scm:git:git@github.com:playframework/$repoName.git"

sbt-play-ebean/src/main/scala/play/ebean/sbt/PlayEbean.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import scala.util.control.NonFatal
2828
object PlayEbean extends AutoPlugin {
2929

3030
object autoImport {
31-
val playEbeanModels = taskKey[Seq[String]]("The packages that should be searched for ebean models to enhance.")
31+
val playEbeanModels = taskKey[Seq[String]]("The packages that should be searched for ebean models to enhance.")
3232
val playEbeanVersion =
3333
settingKey[String]("The version of Play ebean that should be added to the library dependencies.")
3434
val playEbeanDebugLevel = settingKey[Int](

0 commit comments

Comments
 (0)