Skip to content

Commit 13680ff

Browse files
committed
fix linting
1 parent 5b2080f commit 13680ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/minikube/cmd/service.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func mutateURLs(serviceName string, urls []string) ([]string, error) {
261261
func openURLs(urls [][]string) {
262262
for _, u := range urls {
263263

264-
if len(u) < 4{
264+
if len(u) < 4 {
265265
klog.Warning("No URL found")
266266
continue
267267
}

0 commit comments

Comments
 (0)