mirror of
https://github.com/containers/podman.git
synced 2025-06-09 17:07:51 +08:00
Fix lint issues
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #220 Approved by: rhatdan
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user