X Tutup
Skip to content

Commit 2231de3

Browse files
committed
Remove a blank line
Signed-off-by: Ace-Tang <aceapril@126.com>
1 parent 8ded4fe commit 2231de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linux/bundle.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func (b *bundle) Delete() error {
116116

117117
func (b *bundle) shimAddress(namespace string) string {
118118
return filepath.Join(string(filepath.Separator), "containerd-shim", namespace, b.id, "shim.sock")
119-
120119
}
121120

122121
func (b *bundle) shimConfig(namespace string, runcOptions *runcopts.RuncOptions) client.Config {

0 commit comments

Comments
 (0)
X Tutup