We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63a329 commit a5b49c2Copy full SHA for a5b49c2
utils.go
@@ -44,7 +44,7 @@ func printColoredArray(array []int, idx1, idx2 int) {
44
} else if idx2 == i {
45
fmt.Print(color.OpUnderscore.Sprint(color.LightYellow.Sprint(array[idx2]), " "))
46
} else {
47
- fmt.Print(color.Sprint(array[i], " "))
+ fmt.Print(array[i], " ")
48
}
49
50
fmt.Println("]")
0 commit comments