Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
bertl4398 committed Aug 17, 2018
1 parent 5514b0c commit db1ec73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wtf/colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ func replaceWithHexColorString(substring string) string {
colorID, err := strconv.Atoi(strings.Trim(
strings.Split(substring, ";")[2], "m"))
if err != nil {
fmt.Println("ERROR", err)
return substring
}

Expand Down

0 comments on commit db1ec73

Please sign in to comment.