Skip to content

Commit 1aee3d5

Browse files
committed
Add an additional newline after progress bar
This fixes a small output glitch of parallel testing.
1 parent c9a244f commit 1aee3d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Utility/ProgressBar.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public final class ProgressBar: ProgressBarProtocol {
129129

130130
public func complete(success: Bool) {
131131
term.endLine()
132+
term.endLine()
132133
}
133134
}
134135

0 commit comments

Comments
 (0)