Remove extra newline

PiperOrigin-RevId: 396754242
This commit is contained in:
Michael Pratt
2021-09-14 21:58:21 -07:00
committed by gVisor bot
parent 0bec34a8e2
commit 2d9883e4f1
-1
View File
@@ -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 ***")