Skip to content

Commit

Permalink
chore(formatting): make sure code is formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Feb 14, 2024
1 parent 2c13ab9 commit 7bc5c5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/scala/scoverage/ScoverageSbtPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,9 @@ object ScoverageSbtPlugin extends AutoPlugin {

log.info(s"Waiting for measurement data to sync...")
if (System.getProperty("os.name").toLowerCase.contains("windows")) {
Thread.sleep(1000) // have noticed some delay in writing on windows, hacky but works
Thread.sleep(
1000
) // have noticed some delay in writing on windows, hacky but works
}

loadCoverage(
Expand Down

0 comments on commit 7bc5c5a

Please sign in to comment.