Skip to content

Commit c1de932

Browse files
committed
MemoryLimitTest whitespace fixes.
1 parent 0d6a014 commit c1de932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/containers/systemd/MemoryLimitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static void main(String[] args) throws Exception {
5050

5151
private static void testHasMemoryLimit() throws Exception {
5252
SystemdRunOptions opts = SystemdTestUtils.newOpts("ContainerMemory");
53-
opts.addClassOptions("hasMemoryLimit", "true");
53+
opts.addClassOptions("hasMemoryLimit", "true");
5454
opts.memoryLimit("100M");
5555
opts.sliceName(TEST_SLICE_NAME);
5656
SystemdTestUtils.addWhiteBoxOpts(opts);

0 commit comments

Comments
 (0)