mirror of https://github.com/containers/podman.git
Fix lint issues
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #220 Approved by: rhatdan
This commit is contained in:
parent
d90355ebe8
commit
a23dd7a789
|
@ -71,7 +71,7 @@ const (
|
||||||
InvalidNS LinuxNS = iota
|
InvalidNS LinuxNS = iota
|
||||||
// IPCNS is the IPC namespace
|
// IPCNS is the IPC namespace
|
||||||
IPCNS LinuxNS = iota
|
IPCNS LinuxNS = iota
|
||||||
// MntNS is the mount namespace
|
// MountNS is the mount namespace
|
||||||
MountNS LinuxNS = iota
|
MountNS LinuxNS = iota
|
||||||
// NetNS is the network namespace
|
// NetNS is the network namespace
|
||||||
NetNS LinuxNS = iota
|
NetNS LinuxNS = iota
|
||||||
|
|
Loading…
Reference in New Issue