Skip to content

Commit 2da8422

Browse files
committed
format and indentation1
1 parent 78d6bb7 commit 2da8422

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITUsabilityOperatorHelmChart.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,8 @@ public void testDeleteOperatorButNotDomain() throws Exception {
684684
logger.info("SUCCESS - " + testMethodName);
685685
}
686686

687-
private void verifyOperatorDomainManagement(Operator operator, Domain domain, boolean isAccessible) throws Exception {
687+
private void verifyOperatorDomainManagement(
688+
Operator operator, Domain domain, boolean isAccessible) throws Exception {
688689
for (int i = 0; i < maxIterations; i++) {
689690
try {
690691
operator.verifyDomainExists(domain.getDomainUid());
@@ -726,7 +727,8 @@ private Domain createVerifyDomain(int number, Operator operator) throws Exceptio
726727
return domain;
727728
}
728729

729-
private void upgradeOperatorDomainNamespaces(Operator operator, ArrayList<String> targetNamespaces) throws Exception {
730+
private void upgradeOperatorDomainNamespaces(
731+
Operator operator, ArrayList<String> targetNamespaces) throws Exception {
730732
logger.info("update operator with new target domain");
731733
String upgradeSet =
732734
"domainNamespaces="

0 commit comments

Comments
 (0)