Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
xuluna committed Mar 4, 2024
1 parent f5db5d3 commit 83b285a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/mount.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ func stageVolume(ctx context.Context, req *csi.NodeStageVolumeRequest, stagingPa
var created bool

created, err = mkdir(ctx, stagingPath)

if err != nil {
return status.Error(codes.Internal, utils.GetMessageWithRunID(rid, "Unable to create staging mount point: %s", err.Error()))
}
Expand Down

0 comments on commit 83b285a

Please sign in to comment.