Skip to content

Commit 2d2990d

Browse files
committed
addressed comments
1 parent 48170e1 commit 2d2990d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/volume/storpool/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/StorPoolDownloadTemplateCommandWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public CopyCmdAnswer execute(final StorPoolDownloadTemplateCommand cmd, final Li
105105
final QemuImg qemu = new QemuImg(cmd.getWaitInMillSeconds());
106106

107107
if (dst instanceof TemplateObjectTO) {
108-
StorPoolStorageAdaptor.resize( Long.toString(srcDisk.getVirtualSize()), dst.getPath());
108+
StorPoolStorageAdaptor.resize(Long.toString(srcDisk.getVirtualSize()), dst.getPath());
109109

110110
((TemplateObjectTO) dst).setSize(srcDisk.getVirtualSize());
111111
}

0 commit comments

Comments
 (0)