Skip to content

Commit d418d2c

Browse files
author
Keerthan Mala
committed
ref(progress): remove unused default select case in an empty for loop
1 parent d5bcd49 commit d418d2c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pkg/gitreceive/k8s_util.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,6 @@ func progress(msg string, interval time.Duration) chan bool {
241241
return
242242
case <-tick:
243243
fmt.Println(msg)
244-
default:
245244
}
246245
}
247246
}()

0 commit comments

Comments
 (0)