From 868a64ebbc124fb322c5d6b453cdf174eaba276a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 21 Feb 2014 16:48:30 -0800 Subject: [PATCH] fmt --- builder/qemu/builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index b077a90b3..d438882a1 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -83,7 +83,7 @@ type config struct { VMName string `mapstructure:"vm_name"` // TODO(mitchellh): deprecate - RunOnce bool `mapstructure:"run_once"` + RunOnce bool `mapstructure:"run_once"` RawBootWait string `mapstructure:"boot_wait"` RawSingleISOUrl string `mapstructure:"iso_url"`