Skip to content

Commit 97cd7d3

Browse files
committed
fix formatting
1 parent 4233296 commit 97cd7d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ public static void staticUnPrepare() throws Exception {
106106
if (!QUICKTEST) {
107107
destroySitConfigDomain();
108108
tearDown();
109-
ExecResult result =
110-
TestUtils.exec("kubectl delete -f " + mysqlYamlFile);
109+
ExecResult result = TestUtils.exec("kubectl delete -f " + mysqlYamlFile);
111110
}
112111
}
113112

0 commit comments

Comments
 (0)