Skip to content

Commit

Permalink
chore(deps): named assignment in identityserver capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky committed Dec 2, 2024
1 parent 702aebc commit 2c68024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/wekafs/identityserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (ids *identityServer) GetPluginCapabilities(ctx context.Context, req *csi.G
},
{
Type: &csi.PluginCapability_Service_{
&csi.PluginCapability_Service{
Service: &csi.PluginCapability_Service{
Type: csi.PluginCapability_Service_VOLUME_ACCESSIBILITY_CONSTRAINTS,
},
},
Expand Down

0 comments on commit 2c68024

Please sign in to comment.