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:
Kir Kolyshkin 2025-04-01 16:21:23 -07:00
parent 421ee18e18
commit 7882de95ff
1 changed files with 0 additions and 1 deletions

View File

@ -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 {