Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.5
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Jan 17, 2025
1 parent e4c77b1 commit cf24823
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,8 @@ case class GeneratedServiceUnderTest(serviceFactory: ServiceFactory, details: St
tempDir <- createTempDirectory()
yield (zipFile, tempDir))
.use { case (zipFile, tempDir) =>
unzipFile(zipFile, tempDir, logger) >> spawnService(tempDir, details.projectName).use(service =>
getPortFromService(service, logger).flatMap(port => runTests(port, tests, logger))
)
unzipFile(zipFile, tempDir, logger) >> spawnService(tempDir, details.projectName)
.use(service => getPortFromService(service, logger).flatMap(port => runTests(port, tests, logger)))
}
.unsafeRunSync()

Expand Down

0 comments on commit cf24823

Please sign in to comment.