Skip to content

Commit

Permalink
feat: unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Nov 20, 2024
1 parent 653737f commit 2cf0b76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gobrew.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func (gb *GoBrew) Interactive(ask bool) {
}
label := ""
if len(labels) > 0 {
// label = "(" + strings.Join(labels, ", ") + ")"
label = " " + color.FgRed.Render(label)
}
if currentVersion != latestVersion {
Expand Down

0 comments on commit 2cf0b76

Please sign in to comment.