Remove a blank line

Signed-off-by: Ace-Tang <aceapril@126.com>
This commit is contained in:
Ace-Tang 2017-10-03 20:58:51 +08:00
parent 8ded4fe3a7
commit 2231de3760

View File

@ -116,7 +116,6 @@ func (b *bundle) Delete() error {
func (b *bundle) shimAddress(namespace string) string { func (b *bundle) shimAddress(namespace string) string {
return filepath.Join(string(filepath.Separator), "containerd-shim", namespace, b.id, "shim.sock") return filepath.Join(string(filepath.Separator), "containerd-shim", namespace, b.id, "shim.sock")
} }
func (b *bundle) shimConfig(namespace string, runcOptions *runcopts.RuncOptions) client.Config { func (b *bundle) shimConfig(namespace string, runcOptions *runcopts.RuncOptions) client.Config {