Skip to content

Commit 7882de9

Browse files
committed
libpod: fix whitespace linter issue on freebsd
> libpod/networking_freebsd.go:228:1: unnecessary trailing newline (whitespace) Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 421ee18 commit 7882de9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libpod/networking_freebsd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ func (c *Container) joinedNetworkNSPath() (string, bool) {
224224
func (c *Container) inspectJoinedNetworkNS(networkns string) (q types.StatusBlock, retErr error) {
225225
// TODO: extract interface information from the vnet jail
226226
return types.StatusBlock{}, nil
227-
228227
}
229228

230229
func (c *Container) reloadRootlessRLKPortMapping() error {

0 commit comments

Comments
 (0)