fix gofmt and goimports

Signed-off-by: David Wu <david.wu@docker.com>
This commit is contained in:
David Wu
2018-09-11 11:40:18 -07:00
parent 9da0f07c92
commit 166874ade9
3 changed files with 15 additions and 15 deletions

View File

@@ -312,14 +312,14 @@ func (lbs *linkedBlobStore) newBlobUpload(ctx context.Context, uuid, path string
}
bw := &blobWriter{
ctx: ctx,
blobStore: lbs,
id: uuid,
startedAt: startedAt,
digester: digest.Canonical.Digester(),
fileWriter: fw,
driver: lbs.driver,
path: path,
ctx: ctx,
blobStore: lbs,
id: uuid,
startedAt: startedAt,
digester: digest.Canonical.Digester(),
fileWriter: fw,
driver: lbs.driver,
path: path,
resumableDigestEnabled: lbs.resumableDigestEnabled,
}