Skip to content

Commit ed03497

Browse files
authored
remove extra newline to fix linter issues (#274)
1 parent 0c4e766 commit ed03497

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/driver/controllerserver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ func (cs *controllerServer) CreateVolume(_ context.Context, req *csi.CreateVolum
272272
}
273273

274274
func (cs *controllerServer) DeleteVolume(_ context.Context, req *csi.DeleteVolumeRequest) (*csi.DeleteVolumeResponse, error) {
275-
276275
modifiedRequest, err := utils.ReplaceAndReturnCopy(req)
277276
if err != nil {
278277
return nil, status.Error(codes.InvalidArgument, fmt.Sprintf("Error in modifying requests %v", err))

0 commit comments

Comments
 (0)