From 2231de3760f38112a3a856a3cc617ea1f0ff1a4e Mon Sep 17 00:00:00 2001 From: Ace-Tang Date: Tue, 3 Oct 2017 20:58:51 +0800 Subject: [PATCH] Remove a blank line Signed-off-by: Ace-Tang --- linux/bundle.go | 1 - 1 file changed, 1 deletion(-) 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 {