Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 46a22a0

Browse files
Formatting
1 parent 252626b commit 46a22a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Run-CodeCoverage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $codecovArgs = "-f `"coverage.xml`""
5757

5858
Run-Process 600 $opencover $opencoverArgs
5959

60-
if ($AppVeyor) {
60+
if($AppVeyor) {
6161
Run-Process 60 $codecov $codecovArgs
6262
}
6363

0 commit comments

Comments
 (0)