From dee6c2c1d3547abacfe4d2b7fba29443a52448b6 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Wed, 21 Feb 2024 17:50:07 +0100 Subject: [PATCH] nit: moar linting --- .../components/terraform/schema/builder.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/importer-rest-api-specs/components/terraform/schema/builder.go b/tools/importer-rest-api-specs/components/terraform/schema/builder.go index 4d2c1619904..63d9949812f 100644 --- a/tools/importer-rest-api-specs/components/terraform/schema/builder.go +++ b/tools/importer-rest-api-specs/components/terraform/schema/builder.go @@ -6,10 +6,9 @@ package schema import ( "fmt" + "github.com/hashicorp/go-hclog" "github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/terraform/helpers" "github.com/hashicorp/pandora/tools/importer-rest-api-specs/components/terraform/schema/processors" - - "github.com/hashicorp/go-hclog" "github.com/hashicorp/pandora/tools/importer-rest-api-specs/models" "github.com/hashicorp/pandora/tools/sdk/resourcemanager" )