Skip to content

Commit

Permalink
Address golint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmos committed Aug 15, 2023
1 parent 5075bfe commit 1ccdfb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions edit/bzlmod/bzlmod.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ func AllProxies(f *build.File, proxy string) []string {
if proxyCandidate == proxy {
if isIsolated {
return []string{proxy}
} else {
return Proxies(f, rawBzlFile, name, isDev)
}
return Proxies(f, rawBzlFile, name, isDev)
}
}
return nil
Expand Down

0 comments on commit 1ccdfb6

Please sign in to comment.