Skip to content

Commit 95e572d

Browse files
committed
added new lines at end and after method
1 parent 653f954 commit 95e572d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extended/src/main/java/io/kubernetes/client/extended/kubectl/KubectlDelete.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public KubectlDelete<ApiType> ignoreNotFound(boolean ignore) {
3232
this.ignoreNotFound = ignore;
3333
return this;
3434
}
35+
3536
@Override
3637
public ApiType execute() throws KubectlException {
3738
verifyArguments();
@@ -74,4 +75,4 @@ private void verifyArguments() throws KubectlException {
7475
throw new KubectlException("missing name argument");
7576
}
7677
}
77-
}
78+
}

0 commit comments

Comments
 (0)