Skip to content

Fix formatting issue.#524

Merged
mogren merged 1 commit intoaws:masterfrom
uthark:patch-3
Jul 10, 2019
Merged

Fix formatting issue.#524
mogren merged 1 commit intoaws:masterfrom
uthark:patch-3

Conversation

@uthark
Copy link
Copy Markdown
Contributor

@uthark uthark commented Jul 10, 2019

Before

Watching crd.k8s.amazonaws.com/v1alpha1, ENIConfig, default, every %!d(float64=5) s

After

Watching crd.k8s.amazonaws.com/v1alpha1, ENIConfig, default, every 5 s

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

*Before*
```
Watching crd.k8s.amazonaws.com/v1alpha1, ENIConfig, default, every %!d(float64=5) s
```

*After*
```
Watching crd.k8s.amazonaws.com/v1alpha1, ENIConfig, default, every 5 s
```
Copy link
Copy Markdown
Contributor

@mogren mogren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

}
resyncPeriod := time.Second * 5
log.Infof("Watching %s, %s, %s, every %d s", resource, kind, namespace, resyncPeriod.Seconds())
log.Infof("Watching %s, %s, %s, every %v s", resource, kind, namespace, resyncPeriod.Seconds())
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed this one too! Thanks for fixing.

@mogren mogren merged commit e638b1b into aws:master Jul 10, 2019
@mogren mogren added this to the v1.6 milestone Jul 10, 2019
@uthark uthark deleted the patch-3 branch July 15, 2019 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants