Skip to content

Commit

Permalink
scalafmt being opinionated and weird
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 25, 2024
1 parent 787bcb2 commit 5225661
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ class DrsLocalizerMain(toResolveAndDownload: IO[List[UnresolvedDrsUrl]],
)
} else {
IO.raiseError(
new RuntimeException(s"Exhausted $resolutionRetries resolution retries to resolve ${drsUrlToResolve.drsUrl}", t)
new RuntimeException(s"Exhausted $resolutionRetries resolution retries to resolve ${drsUrlToResolve.drsUrl}",

Check warning on line 236 in cromwell-drs-localizer/src/main/scala/drs/localizer/DrsLocalizerMain.scala

View check run for this annotation

Codecov / codecov/patch

cromwell-drs-localizer/src/main/scala/drs/localizer/DrsLocalizerMain.scala#L236

Added line #L236 was not covered by tests
t
)
)
}

Expand Down

0 comments on commit 5225661

Please sign in to comment.