diff --git a/linux/bundle.go b/linux/bundle.go index a1b0f3a4f..3c6f1d2fc 100644 --- a/linux/bundle.go +++ b/linux/bundle.go @@ -116,7 +116,6 @@ func (b *bundle) Delete() error { func (b *bundle) shimAddress(namespace string) string { return filepath.Join(string(filepath.Separator), "containerd-shim", namespace, b.id, "shim.sock") - } func (b *bundle) shimConfig(namespace string, runcOptions *runcopts.RuncOptions) client.Config {