1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

correct all the formate to formatter

Signed-off-by: kaiwentan <kaiwentan@harmonycloud.cn>
Upstream-commit: b8155bd5bead29bf116aeea9159563e1a6409c41
Component: engine
This commit is contained in:
kaiwentan
2017-01-18 00:26:37 +08:00
parent 24c705729b
commit 0bc7b63417
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ const (
uniqueSizeHeader = "UNIQUE SiZE"
)
// DiskUsageContext contains disk usage specific information required by the formater, encapsulate a Context struct.
// DiskUsageContext contains disk usage specific information required by the formatter, encapsulate a Context struct.
type DiskUsageContext struct {
Context
Verbose bool

View File

@@ -20,7 +20,7 @@ const (
digestHeader = "DIGEST"
)
// ImageContext contains image specific information required by the formater, encapsulate a Context struct.
// ImageContext contains image specific information required by the formatter, encapsulate a Context struct.
type ImageContext struct {
Context
Digest bool