From 83b285a77700cc2dd30b2247a284a3413e983611 Mon Sep 17 00:00:00 2001 From: Luna Xu Date: Fri, 1 Mar 2024 11:58:40 -0500 Subject: [PATCH] fix format --- service/mount.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/mount.go b/service/mount.go index ab02226..ca67bd7 100644 --- a/service/mount.go +++ b/service/mount.go @@ -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())) }