Skip to content

Commit a93ef71

Browse files
author
David Cavazos
committed
clean up spaces
1 parent 0c6493c commit a93ef71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/custard-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
console.log(e.stderr.toString("utf8"));
100100
}
101101
}
102-
console.log("\n\n=== Summary ===")
102+
console.log("=== Summary ===")
103103
console.log(` Passed: ${affected.length - failed.length}`)
104104
console.log(` Failed: ${failed.length}`)
105105
if (failed.length > 0) {

0 commit comments

Comments
 (0)