Skip to content

Commit 7bc5c5a

Browse files
committed
chore(formatting): make sure code is formatted
1 parent 2c13ab9 commit 7bc5c5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/scala/scoverage/ScoverageSbtPlugin.scala

+3-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,9 @@ object ScoverageSbtPlugin extends AutoPlugin {
214214

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

220222
loadCoverage(

0 commit comments

Comments
 (0)