Skip to content

Commit 58ad4cf

Browse files
committed
Fix gofmt and goimports findings
Signed-off-by: NotTheEvilOne <git-NTEO@vplace.de>
1 parent f35ac36 commit 58ad4cf

3 files changed

Lines changed: 192 additions & 207 deletions

File tree

internal/services/compute/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ import (
2222
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2022-03-03/galleryapplications"
2323
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2022-03-03/galleryapplicationversions"
2424
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2022-03-03/galleryimages"
25-
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2023-07-03/galleryimageversions"
2625
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2022-03-03/gallerysharingupdate"
2726
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2023-03-01/virtualmachineruncommands"
2827
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2023-04-02/disks"
28+
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2023-07-03/galleryimageversions"
2929
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/availabilitysets"
3030
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/dedicatedhostgroups"
3131
"github.com/hashicorp/go-azure-sdk/resource-manager/compute/2024-03-01/dedicatedhosts"

0 commit comments

Comments
 (0)