Skip to content

Commit d0d8e23

Browse files
Reformat with scalafmt 3.9.10
Executed command: scalafmt --non-interactive
1 parent 3b3c279 commit d0d8e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalikejdbc-play-fixture/src/main/scala/scalikejdbc/play/FixtureSupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ trait FixtureSupport {
6262
List(fixturesRootPath, dbName, fixtureName).mkString("/")
6363
environment.resource(resourceName) match {
6464
case Some(resource) => Fixture(new File(resource.getPath))
65-
case None =>
65+
case None =>
6666
throw new FixtureNotFoundException(
6767
"Fixture not found (%s)".format(resourceName)
6868
)

0 commit comments

Comments
 (0)