Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Chiesa <[email protected]>
  • Loading branch information
gchiesa committed Nov 23, 2023
1 parent 2b100d0 commit ee5662c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/podlabels/abstract.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"fmt"

"github.com/go-logr/logr"
"github.com/pkg/errors" //nolint:depguard
"github.com/pkg/errors"
corev1 "k8s.io/api/core/v1"
apierr "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/fields"
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/pod_options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020-2021 Project Capsule Authors.
// Copyright 2020-2023 Project Capsule Authors.
// SPDX-License-Identifier: Apache-2.0

package api
Expand Down

0 comments on commit ee5662c

Please sign in to comment.