Skip to content

Commit 78d6bb7

Browse files
committed
format and indentation
1 parent d12b0a6 commit 78d6bb7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

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

687-
private void verifyOperatorDomainManagement(
688-
Operator operator, Domain domain, boolean isAccessible) throws Exception {
687+
private void verifyOperatorDomainManagement(Operator operator, Domain domain, boolean isAccessible) throws Exception {
689688
for (int i = 0; i < maxIterations; i++) {
690689
try {
691690
operator.verifyDomainExists(domain.getDomainUid());
@@ -727,8 +726,7 @@ private Domain createVerifyDomain(int number, Operator operator) throws Exceptio
727726
return domain;
728727
}
729728

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

0 commit comments

Comments
 (0)