Skip to content

Commit db6eadb

Browse files
committed
fmt
Signed-off-by: Tiger Kaovilai <[email protected]>
1 parent dbf64ad commit db6eadb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkg/credentials/stsflow/stsflow.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import (
1212
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1313
"k8s.io/apimachinery/pkg/types"
1414
"k8s.io/client-go/kubernetes"
15-
1615
// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
1716
// to ensure that exec-entrypoint and run can make use of them.
1817
_ "k8s.io/client-go/plugin/pkg/client/auth"

pkg/credentials/stsflow/stsflow_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ func TestAnnotateVeleroServiceAccountForAzure(t *testing.T) {
490490
Namespace: testNamespace,
491491
},
492492
},
493-
expectError: false,
493+
expectError: false,
494494
expectedAnnotations: map[string]string{
495495
// Annotation is commented out in implementation
496496
},

0 commit comments

Comments
 (0)