mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove extra newline
PiperOrigin-RevId: 396754242
This commit is contained in:
committed by
gVisor bot
parent
0bec34a8e2
commit
2d9883e4f1
@@ -130,7 +130,6 @@ func (c *Do) Execute(_ context.Context, f *flag.FlagSet, args ...interface{}) su
|
||||
|
||||
if conf.Network == config.NetworkNone {
|
||||
addNamespace(spec, specs.LinuxNamespace{Type: specs.NetworkNamespace})
|
||||
|
||||
} else if conf.Rootless {
|
||||
if conf.Network == config.NetworkSandbox {
|
||||
c.notifyUser("*** Warning: sandbox network isn't supported with --rootless, switching to host ***")
|
||||
|
||||
Reference in New Issue
Block a user