From c143f530266739bd158b7b72d0c305a7a820119f Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Wed, 27 Mar 2024 16:53:32 +0100 Subject: [PATCH] linting --- .../services/storage/storage_encryption_scope_data_source.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/storage/storage_encryption_scope_data_source.go b/internal/services/storage/storage_encryption_scope_data_source.go index ff59d25311b9d..da1da64818321 100644 --- a/internal/services/storage/storage_encryption_scope_data_source.go +++ b/internal/services/storage/storage_encryption_scope_data_source.go @@ -5,9 +5,9 @@ package storage import ( "fmt" - "github.com/hashicorp/go-azure-helpers/lang/pointer" "time" + "github.com/hashicorp/go-azure-helpers/lang/pointer" "github.com/hashicorp/go-azure-helpers/lang/response" "github.com/hashicorp/go-azure-helpers/resourcemanager/commonids" "github.com/hashicorp/go-azure-sdk/resource-manager/storage/2023-01-01/encryptionscopes"