Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed May 13, 2017
1 parent b1780c6 commit 060628d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/command/container/stats_helpers_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package container

import (
"github.com/docker/docker/api/types"
"testing"

"github.com/docker/docker/api/types"
)

func float64Equals(x, y float64) bool {
Expand Down

0 comments on commit 060628d

Please sign in to comment.