Skip to content

Commit

Permalink
fix issue with goimport
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Vieux <[email protected]>
  • Loading branch information
vieux committed Jan 12, 2015
1 parent e5869b2 commit b70632e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/mflag/flag_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package mflag_test
package mflag

import (
"bytes"
Expand All @@ -12,7 +12,6 @@ import (
"strings"
"testing"
"time"
. "github.com/docker/docker/pkg/mflag"
)

// ResetForTesting clears all flag state and sets the usage function as directed.
Expand Down

0 comments on commit b70632e

Please sign in to comment.