Merge pull request #1587 from Ace-Tang/remove_blank_line

Remove a blank line
This commit is contained in:
Phil Estes 2017-10-03 11:14:47 -04:00 committed by GitHub
commit 6b9aafdab1

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 {