mirror of https://github.com/containers/podman.git
libpod: fix whitespace linter issue on freebsd
> libpod/networking_freebsd.go:228:1: unnecessary trailing newline (whitespace) Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
421ee18e18
commit
7882de95ff
|
@ -224,7 +224,6 @@ func (c *Container) joinedNetworkNSPath() (string, bool) {
|
|||
func (c *Container) inspectJoinedNetworkNS(networkns string) (q types.StatusBlock, retErr error) {
|
||||
// TODO: extract interface information from the vnet jail
|
||||
return types.StatusBlock{}, nil
|
||||
|
||||
}
|
||||
|
||||
func (c *Container) reloadRootlessRLKPortMapping() error {
|
||||
|
|
Loading…
Reference in New Issue