Signed-off-by: Ryan Gahagan <[email protected]>
---
 tools/virsh-domain.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 9d00cb8b21..ae9a2b1101 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -711,7 +711,6 @@ cmdAttachDisk(vshControl *ctl, const vshCmd *cmd)
                     virBufferAsprintf(&buf, " name='%s' port='%s'", host_name, 
host_port + 1);
                 }
             }
-
             if (host_transport)
                 virBufferAsprintf(&buf, " transport='%s'", host_transport);
             if (host_socket)
-- 
2.29.0

Reply via email to