mirror of
https://github.com/containers/podman.git
synced 2025-05-28 21:46: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
|
||||
// IPCNS is the IPC namespace
|
||||
IPCNS LinuxNS = iota
|
||||
// MntNS is the mount namespace
|
||||
// MountNS is the mount namespace
|
||||
MountNS LinuxNS = iota
|
||||
// NetNS is the network namespace
|
||||
NetNS LinuxNS = iota
|
||||
|
Reference in New Issue
Block a user