From ae5899e2b08604bc0bb17966cf7ebb7a53e24c2c Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 10 Nov 2020 17:46:53 +0100 Subject: [PATCH] cli/command/container/stats.go: fix goimports cli/command/container/stats.go:159: File is not `goimports`-ed (goimports) Signed-off-by: Sebastiaan van Stijn --- cli/command/container/stats.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/command/container/stats.go b/cli/command/container/stats.go index 9c651113f9..c6a193cf12 100644 --- a/cli/command/container/stats.go +++ b/cli/command/container/stats.go @@ -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() - + // make sure each container get at least one valid stat data waitFirst.Wait() } else { @@ -175,7 +175,7 @@ func runStats(dockerCli command.Cli, opts *statsOptions) error { // make sure each container get at least one valid stat data waitFirst.Wait() - + var errs []string cStats.mu.Lock() for _, c := range cStats.cs {