Skip to content

Commit 64462aa

Browse files
committed
fix formatting
1 parent aa53d9c commit 64462aa

File tree

1 file changed

+2
-2
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class BaseTest {
5151
public static boolean SMOKETEST;
5252
public static boolean JENKINS;
5353
public static boolean INGRESSPERDOMAIN = true;
54-
54+
5555
private static String resultRoot = "";
5656
private static String pvRoot = "";
5757
private static String resultDir = "";
@@ -75,7 +75,7 @@ public class BaseTest {
7575
SMOKETEST =
7676
System.getenv("SMOKETEST") != null && System.getenv("SMOKETEST").equalsIgnoreCase("true");
7777
if (SMOKETEST) {
78-
QUICKTEST = true;
78+
QUICKTEST = true;
7979
}
8080
if (System.getenv("JENKINS") != null) {
8181
JENKINS = new Boolean(System.getenv("JENKINS")).booleanValue();

0 commit comments

Comments
 (0)