Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Jun 2, 2022
1 parent 8f595ec commit 3b5789c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions pkg/build/stage/stubs_test.go
Expand Up @@ -3,8 +3,6 @@ package stage
import (
"context"

"github.com/werf/werf/pkg/path_matcher"

v1 "github.com/google/go-containerregistry/pkg/v1"
. "github.com/onsi/gomega"

Expand All @@ -13,6 +11,7 @@ import (
"github.com/werf/werf/pkg/git_repo"
"github.com/werf/werf/pkg/giterminism_manager"
"github.com/werf/werf/pkg/image"
"github.com/werf/werf/pkg/path_matcher"
)

type LegacyImageStub struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/buildah/native_linux.go
Expand Up @@ -355,7 +355,7 @@ func (b *NativeBuildah) Rm(ctx context.Context, ref string, opts RmOpts) error {
func (b *NativeBuildah) Rmi(ctx context.Context, ref string, opts RmiOpts) error {
_, rmiErrors := b.Runtime.RemoveImages(ctx, []string{ref}, &libimage.RemoveImagesOptions{
Force: opts.Force,
//Filters: []string{"readonly=false", "intermediate=false", "dangling=true"},
// Filters: []string{"readonly=false", "intermediate=false", "dangling=true"},
})

var multiErr *multierror.Error
Expand Down
Expand Up @@ -6,7 +6,6 @@ import (
"os"

"github.com/werf/logboek"

"github.com/werf/werf/pkg/container_backend"
)

Expand Down
5 changes: 2 additions & 3 deletions pkg/deploy/helm/chart_extender/bundle_test.go
Expand Up @@ -7,11 +7,10 @@ import (

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/werf/werf/pkg/deploy/secrets_manager"

helm_v3 "helm.sh/helm/v3/cmd/helm"

"helm.sh/helm/v3/pkg/chart"

"github.com/werf/werf/pkg/deploy/secrets_manager"
)

var _ = Describe("Bundle", func() {
Expand Down

0 comments on commit 3b5789c

Please sign in to comment.