From d0dc0a769ef8f06be44fd0dd1352f3a86f959630 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 15 Jun 2013 11:07:30 -0700 Subject: [PATCH] fmt --- builder/amazonebs/builder.go | 2 +- plugin/builder-digital-ocean/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/amazonebs/builder.go b/builder/amazonebs/builder.go index b65be2908..935a78305 100644 --- a/builder/amazonebs/builder.go +++ b/builder/amazonebs/builder.go @@ -37,7 +37,7 @@ type config struct { // Configuration of the resulting AMI AMIName string `mapstructure:"ami_name"` - PackerDebug bool `mapstructure:"packer_debug"` + PackerDebug bool `mapstructure:"packer_debug"` RawSSHTimeout string `mapstructure:"ssh_timeout"` } diff --git a/plugin/builder-digital-ocean/main.go b/plugin/builder-digital-ocean/main.go index 7746979c2..be8d706f0 100644 --- a/plugin/builder-digital-ocean/main.go +++ b/plugin/builder-digital-ocean/main.go @@ -1,8 +1,8 @@ package main import ( - "github.com/mitchellh/packer/packer/plugin" "github.com/mitchellh/packer/builder/digitalocean" + "github.com/mitchellh/packer/packer/plugin" ) func main() {