Skip to content

Commit 1fb0648

Browse files
committed
remove unnecessary comments
1 parent 0730c7c commit 1fb0648

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/cmd/update.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ func IsUnderHomebrew() bool {
3838
}
3939

4040
func semverCompare(a, b string) int {
41-
// cut v suffix
4241
a = strings.TrimPrefix(a, "v")
4342
b = strings.TrimPrefix(b, "v")
4443

45-
// compare
4644
partsA := strings.Split(a, ".")
4745
partsB := strings.Split(b, ".")
4846

0 commit comments

Comments
 (0)