gofmt -w on common/config{,_test}.go

This commit is contained in:
Ali Rizvi-Santiago 2018-01-18 23:09:53 -06:00
parent 15079a99dc
commit 8a102a42a0
2 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@ import (
"os"
"path/filepath"
"regexp"
"runtime"
"strings"
"time"
"runtime"
)
// PackerKeyEnv is used to specify the key interval (delay) between keystrokes

View File

@ -5,9 +5,9 @@ import (
"io/ioutil"
"os"
"path/filepath"
"runtime"
"strings"
"testing"
"runtime"
)
func TestChooseString(t *testing.T) {