Skip to content

Commit

Permalink
Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Dumas committed Nov 7, 2024
1 parent ae24416 commit 163c630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object ProjectHealthJob extends ProjectHealthJob {
def apply(projects: Projects, projectHealer: ProjectHealer): IO[ProjectHealthJob.type] =
healTrigger
.flatMap {
case true => {
case true => {
logger.info("Starting Nexus automatic project healing.") >>
run(projects.currentRefs, projectHealer) >>
logger.info("Nexus automatic healing has completed.")
Expand Down

0 comments on commit 163c630

Please sign in to comment.