Skip to content

Commit

Permalink
Fix gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
  • Loading branch information
mheon committed Aug 26, 2019
1 parent e9ef398 commit 62fe638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/spec/createconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ type CreateConfig struct {
Network string //network
NetworkAlias []string //network-alias
NoCgroups bool
PidMode namespaces.PidMode //pid
Pod string //pod
CgroupMode namespaces.CgroupMode //cgroup
PidMode namespaces.PidMode //pid
Pod string //pod
CgroupMode namespaces.CgroupMode //cgroup
PortBindings nat.PortMap
Privileged bool //privileged
Publish []string //publish
Expand Down

0 comments on commit 62fe638

Please sign in to comment.