Skip to content

Commit badadff

Browse files
committed
Linter
1 parent fa98974 commit badadff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/kclient/ratelimiter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
const (
3131
DefaultQPS float32 = 32
32-
DefaultBurst float32 = 64
32+
DefaultBurst = 64
3333
)
3434

3535
var (

0 commit comments

Comments
 (0)