Skip to content

Commit ae56772

Browse files
authored
Merge pull request #227 from Madhu-1/fix-golang-ci-1
fix: address golangci-lint error
2 parents 6fcc527 + 3720d14 commit ae56772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/clientprofilemapping_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var _ = Describe("ClientProfileMapping Controller", func() {
5353
},
5454
Spec: csiv1alpha1.ClientProfileMappingSpec{
5555
Mappings: []csiv1alpha1.MappingsSpec{
56-
csiv1alpha1.MappingsSpec{
56+
{
5757
LocalClientProfile: "test",
5858
RemoteClientProfile: "test",
5959
},

0 commit comments

Comments
 (0)