Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli/command/container/stats.go: fix goimports #2836

Merged
merged 1 commit into from
Nov 10, 2020

Conversation

thaJeztah
Copy link
Member

cli/command/container/stats.go:159: File is not `goimports`-ed (goimports)

    cli/command/container/stats.go:159: File is not `goimports`-ed (goimports)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah added this to the 20.10.0 milestone Nov 10, 2020
@thaJeztah
Copy link
Member Author

Not sure why it started failing all of a sudden 🤷‍♂️

@@ -156,7 +156,7 @@ func runStats(dockerCli command.Cli, opts *statsOptions) error {
// Start a short-lived goroutine to retrieve the initial list of
// containers.
getContainerList()

Copy link
Member Author

Choose a reason for hiding this comment

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

This is really odd; last PR was #2785, and that commit doesn't show the whitespace 🤔 ??? 53e2110

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Also checking the diff on the PR, and it doesn't show the whitespace; I checked if I had "hide whitespace changes" enabled, but I don't; /~https://github.com/docker/cli/pull/2785/files

Screenshot 2020-11-10 at 17 55 34

@tiborvass tiborvass merged commit 4c12f1a into docker:master Nov 10, 2020
@thaJeztah thaJeztah deleted the fix_goimports branch November 10, 2020 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants