Skip to content

Commit

Permalink
gofmt reflector.go
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSpreitzer authored and skilxn-go committed Jan 27, 2020
1 parent c33adc8 commit 4095400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/src/k8s.io/client-go/tools/cache/reflector.go
Expand Up @@ -68,7 +68,7 @@ type Reflector struct {
listerWatcher ListerWatcher
// period controls timing between an unsuccessful watch ending and
// the beginning of the next list.
period time.Duration
period time.Duration
// The period at which ShouldResync is invoked
resyncPeriod time.Duration
// ShouldResync is invoked periodically and whenever it returns `true` the Store's Resync operation is invoked
Expand Down

0 comments on commit 4095400

Please sign in to comment.