Skip to content

Commit d54edff

Browse files
committed
Fix lint error
Change-Id: Ia2c0723d1481738e9ac23f35120b45a62ad908bd
1 parent e48e6a7 commit d54edff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/v1/daemon/image.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,11 @@ func (i *image) computeConfigFile(inspect api.InspectResponse) (*v1.ConfigFile,
283283
}
284284

285285
return &v1.ConfigFile{
286-
Architecture: inspect.Architecture,
287-
Author: inspect.Author,
288-
Created: v1.Time{Time: created},
289-
History: history,
290-
OS: inspect.Os,
286+
Architecture: inspect.Architecture,
287+
Author: inspect.Author,
288+
Created: v1.Time{Time: created},
289+
History: history,
290+
OS: inspect.Os,
291291
RootFS: v1.RootFS{
292292
Type: inspect.RootFS.Type,
293293
DiffIDs: diffIDs,

0 commit comments

Comments
 (0)