mirror of
https://github.com/containers/podman.git
synced 2025-09-19 23:03:16 +08:00
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:
@ -224,7 +224,6 @@ func (c *Container) joinedNetworkNSPath() (string, bool) {
|
|||||||
func (c *Container) inspectJoinedNetworkNS(networkns string) (q types.StatusBlock, retErr error) {
|
func (c *Container) inspectJoinedNetworkNS(networkns string) (q types.StatusBlock, retErr error) {
|
||||||
// TODO: extract interface information from the vnet jail
|
// TODO: extract interface information from the vnet jail
|
||||||
return types.StatusBlock{}, nil
|
return types.StatusBlock{}, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Container) reloadRootlessRLKPortMapping() error {
|
func (c *Container) reloadRootlessRLKPortMapping() error {
|
||||||
|
Reference in New Issue
Block a user