Skip to content

Commit

Permalink
docker: run goimports on set_defaults to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp committed Dec 22, 2023
1 parent b3e1b75 commit 92d8220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/docker/step_set_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package docker

import (
"context"
"github.com/hashicorp/packer-plugin-sdk/multistep"
"strings"

"github.com/hashicorp/packer-plugin-sdk/multistep"
)

type StepSetDefaults struct{}
Expand Down

0 comments on commit 92d8220

Please sign in to comment.