Skip to content

Commit 733dd18

Browse files
fix white spaces
1 parent 94da8d9 commit 733dd18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/hotspot/jtreg/containers/docker/TestMisc.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ private static void checkContainerInfo(OutputAnalyzer out) throws Exception {
132132
if (str.contains("cgroupv2")) {
133133
out.shouldContain("memory_swap_current_in_bytes");
134134
out.shouldContain("memory_swap_max_limit_in_bytes");
135-
for (String s : str.split(System.lineSeparator())) {
136-
if (s.contains("memory_swap_current_in_bytes")) {
137-
s.shouldNotContain("unlimited");
138-
}
139-
}
135+
for (String s : str.split(System.lineSeparator())) {
136+
if (s.contains("memory_swap_current_in_bytes")) {
137+
s.shouldNotContain("unlimited");
138+
}
139+
}
140140
} else {
141141
throw new RuntimeException("Output has to contain information about cgroupv1 or cgroupv2");
142142
}

0 commit comments

Comments
 (0)