From 7ec3ad5b73bae1efd756ba6ff542adb819689fc4 Mon Sep 17 00:00:00 2001 From: Kit Patella Date: Mon, 16 Nov 2020 14:17:24 -0800 Subject: [PATCH] linting: sort and group import --- agent/config/runtime_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/config/runtime_test.go b/agent/config/runtime_test.go index e761ec95a..77a0a3d0a 100644 --- a/agent/config/runtime_test.go +++ b/agent/config/runtime_test.go @@ -8,7 +8,6 @@ import ( "errors" "flag" "fmt" - "github.com/armon/go-metrics/prometheus" "io/ioutil" "net" "os" @@ -19,6 +18,7 @@ import ( "testing" "time" + "github.com/armon/go-metrics/prometheus" "github.com/stretchr/testify/require" "github.com/hashicorp/consul/agent/cache"