Skip to content

Commit

Permalink
Fix static check - needless blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jul 5, 2024
1 parent f9d1910 commit 2e47173
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class RunCoverage(
println(it)
}


val testFilePaths = findTestFile(repoRoot, filePath)
if (testFilePaths.isEmpty()) {
error("No appropriate test file found for $filePath")
Expand Down

0 comments on commit 2e47173

Please sign in to comment.