fix linting

pull/14658/head
anoop142 2022-08-01 23:00:25 +05:30
parent 5b2080f782
commit 13680ff987
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ func mutateURLs(serviceName string, urls []string) ([]string, error) {
func openURLs(urls [][]string) {
for _, u := range urls {
if len(u) < 4{
if len(u) < 4 {
klog.Warning("No URL found")
continue
}