Skip to content

Commit a46f838

Browse files
committed
chore: no lint
1 parent 8825bb6 commit a46f838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/restserver/ipam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ func (service *HTTPRestService) AssignAvailableIPConfigs(podInfo cns.PodInfo) ([
10611061
return podIPInfo, fmt.Errorf("not enough IPs available, waiting on Azure CNS to allocate more")
10621062
}
10631063

1064-
logger.Printf("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo)
1064+
logger.Printf("[AssignAvailableIPConfigs] Successfully assigned IPs for pod %+v", podInfo) //nolint:staticcheck
10651065
return podIPInfo, nil
10661066
}
10671067

0 commit comments

Comments
 (0)