From 5385275836e45fb1b872911ddf4fbe1c0e7fd2f0 Mon Sep 17 00:00:00 2001 From: Thomas Dreibholz Date: Sun, 14 Feb 2021 23:51:43 +0100 Subject: [PATCH] Fixed formatting. --- builder/virtualbox/common/step_attach_isos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/virtualbox/common/step_attach_isos.go b/builder/virtualbox/common/step_attach_isos.go index 24c81dd1e..897cdbd06 100644 --- a/builder/virtualbox/common/step_attach_isos.go +++ b/builder/virtualbox/common/step_attach_isos.go @@ -112,7 +112,7 @@ func (s *StepAttachISOs) Run(ctx context.Context, state multistep.StateBag) mult controllerName = "VirtIO Controller" port = "3" device = "0" - } + } ui.Message("Mounting cd_files ISO...") }