Skip to content

Commit 4582248

Browse files
committed
goimports issue
1 parent a2893d0 commit 4582248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/docker/runner.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ package docker
22

33
import (
44
"context"
5-
"strings"
6-
"path/filepath"
75
"fmt"
86
"io"
97
"net"
108
"os"
9+
"path/filepath"
10+
"strings"
1111
"time"
1212

1313
"github.com/docker/docker/api/types"
@@ -304,7 +304,7 @@ func newHostConfig(f fn.Function, host, port string) (c container.HostConfig, er
304304
if vol.Path != nil {
305305
c.Binds = append(c.Binds, fmt.Sprintf("%s:%s", hostPath, *vol.Path))
306306
}
307-
307+
308308
}
309309
return c, nil
310310
}

0 commit comments

Comments
 (0)