Skip to content

Commit 2879ef4

Browse files
author
Sanjay Prabhakar
committed
[patch] fix whitespace
1 parent 1a2e1c6 commit 2879ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mas/devops/mas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def patchPendingPVC(dynClient: DynamicClient, namespace: str, pvcName: str, stor
250250
except NotFoundError:
251251
logger.error("The patched PVC {pvcName} does not exist.")
252252
return False
253-
253+
254254
return foundReadyPVC
255255

256256
except NotFoundError:

0 commit comments

Comments
 (0)