Skip to content

Commit d5165e6

Browse files
committed
chore: whitespace
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
1 parent 9d1b138 commit d5165e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/devspace/build/builder/docker/docker.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ import (
1010
"github.com/docker/cli/cli/streams"
1111
"github.com/docker/docker/api/types/image"
1212
dockerregistry "github.com/docker/docker/api/types/registry"
13+
"github.com/docker/docker/pkg/jsonmessage"
1314
"github.com/loft-sh/devspace/pkg/devspace/build/builder/helper"
1415
"github.com/loft-sh/devspace/pkg/devspace/config/versions/latest"
1516
devspacecontext "github.com/loft-sh/devspace/pkg/devspace/context"
1617
dockerclient "github.com/loft-sh/devspace/pkg/devspace/docker"
1718
"github.com/loft-sh/devspace/pkg/devspace/kubectl"
1819
"github.com/loft-sh/devspace/pkg/devspace/pullsecrets"
1920
command2 "github.com/loft-sh/utils/pkg/command"
20-
2121
"github.com/pkg/errors"
22-
23-
"github.com/docker/docker/pkg/jsonmessage"
2422
)
2523

2624
// EngineName is the name of the building engine

0 commit comments

Comments
 (0)