Skip to content

Commit dfa2832

Browse files
authored
fix minor space
1 parent e34a8bf commit dfa2832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3199,7 +3199,7 @@ public int compare(final DiskTO arg0, final DiskTO arg1) {
31993199
}
32003200
} else {
32013201
defineDiskForDefaultPoolType(disk, volume, isWindowsTemplate, isUefiEnabled, isSecureBoot,
3202-
physicalDisk,devId, diskBusType, diskBusTypeData, details);
3202+
physicalDisk, devId, diskBusType, diskBusTypeData, details);
32033203
}
32043204
}
32053205

0 commit comments

Comments
 (0)