diff --git a/setup/config/config_address_test.go b/setup/config/config_address_test.go index 5e4704782..4684ba216 100644 --- a/setup/config/config_address_test.go +++ b/setup/config/config_address_test.go @@ -1,9 +1,10 @@ package config import ( - "github.com/stretchr/testify/assert" "io/fs" "testing" + + "github.com/stretchr/testify/assert" ) func TestHttpAddress_ParseGood(t *testing.T) {