Skip to content

Commit e153515

Browse files
committed
Add new line at EOF
1 parent 85c694f commit e153515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/com/cloud/agent/manager/allocator/impl/FirstFitAllocatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,4 +597,4 @@ List<CapacityVO> getHostCapacities() {
597597
when(memCapacity1.getCapacityType()).thenReturn(CapacityVO.CAPACITY_TYPE_MEMORY);
598598
return Arrays.asList(cpuCapacity1, memCapacity1, cpuCapacity2, memCapacity2);
599599
}
600-
}
600+
}

0 commit comments

Comments
 (0)