config: nitpicks from #10475

/cc @grubernaut - we put stdlibs above 3rd party libs separated by a
space
This commit is contained in:
Mitchell Hashimoto 2016-12-01 18:02:39 -05:00
parent ada3b1a118
commit 692eadd763
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
2 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@ import (
"sort"
"strconv"
"strings"
"time"
"github.com/apparentlymart/go-cidr/cidr"
"github.com/hashicorp/go-uuid"
"github.com/hashicorp/hil"
"github.com/hashicorp/hil/ast"
"github.com/mitchellh/go-homedir"
"time"
)
// stringSliceToVariableValue converts a string slice into the value

View File

@ -6,10 +6,10 @@ import (
"os"
"reflect"
"testing"
"time"
"github.com/hashicorp/hil"
"github.com/hashicorp/hil/ast"
"time"
)
func TestInterpolateFuncZipMap(t *testing.T) {