summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2021-09-14 21:55:42 -0700
committergVisor bot <gvisor-bot@google.com>2021-09-14 21:58:21 -0700
commit2d9883e4f1355677f986fc9a387fb70b6e438611 (patch)
tree6abb9396c4724dd0a7046ba1871a16e07bec319f /runsc
parent0bec34a8e29e1099827a025009e08aa190ff4441 (diff)
Remove extra newline
PiperOrigin-RevId: 396754242
Diffstat (limited to 'runsc')
-rw-r--r--runsc/cmd/do.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/cmd/do.go b/runsc/cmd/do.go
index 6cf76f644..4eb5a96f1 100644
--- a/runsc/cmd/do.go
+++ b/runsc/cmd/do.go
@@ -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 ***")