Run goimports/gofmt on previous changes

After all of the perl refactoring, some import orderings were left asunder.
This commit corrects that.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2015-02-10 18:18:45 -08:00
parent 6e4f9a2e3e
commit fac0f5412d
7 changed files with 7 additions and 7 deletions

View file

@ -9,9 +9,9 @@ import (
"regexp"
"strconv"
"github.com/docker/distribution/registry/api/v2"
"github.com/docker/distribution/digest"
"github.com/docker/distribution/manifest"
"github.com/docker/distribution/registry/api/v2"
)
// Client implements the client interface to the registry http api