Skip to content

Commit 2b76d60

Browse files
committed
Fix the extra line in the output
1 parent 98af7d2 commit 2b76d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func parse(line string) {
140140
}
141141

142142
color.Set(c)
143-
fmt.Printf("%s\n", line)
143+
fmt.Printf("%s", line)
144144
}
145145

146146
func enableOnCI() {

0 commit comments

Comments
 (0)