mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
Various code-cleanup
remove unnescessary import aliases, brackets, and so on. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -262,7 +262,7 @@ func (s *DockerSuite) TestExecCgroup(c *check.C) {
|
||||
|
||||
var wg sync.WaitGroup
|
||||
var mu sync.Mutex
|
||||
execCgroups := []sort.StringSlice{}
|
||||
var execCgroups []sort.StringSlice
|
||||
errChan := make(chan error)
|
||||
// exec a few times concurrently to get consistent failure
|
||||
for i := 0; i < 5; i++ {
|
||||
|
Reference in New Issue
Block a user