Skip to content

Commit 4379121

Browse files
committed
chore: commit gofmt changes
1 parent 1bd90f3 commit 4379121

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/list-storage-containers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func listStorageContainers(ctx context.Context, client client.AzureClient, stora
105105
storageContainer := models.StorageContainer{
106106
StorageContainer: item.Ok,
107107
StorageAccountId: stAccount.(models.StorageAccount).StorageAccount.Id,
108-
SubscriptionId: "/subscriptions/"+stAccount.(models.StorageAccount).SubscriptionId,
108+
SubscriptionId: "/subscriptions/" + stAccount.(models.StorageAccount).SubscriptionId,
109109
ResourceGroupId: item.Ok.ResourceGroupId(),
110110
ResourceGroupName: item.Ok.ResourceGroupName(),
111111
TenantId: client.TenantInfo().TenantId,

cmd/list-vm-scale-sets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ func listVMScaleSets(ctx context.Context, client client.AzureClient, subscriptio
103103
} else {
104104
vmScaleSet := models.VMScaleSet{
105105
VMScaleSet: item.Ok,
106-
SubscriptionId: "/subscriptions/"+id,
106+
SubscriptionId: "/subscriptions/" + id,
107107
ResourceGroupId: item.Ok.ResourceGroupId(),
108108
TenantId: client.TenantInfo().TenantId,
109109
}

models/azure/app_scope.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ package azure
2323
//
2424
// This may be in both the following principal and scope scenarios:
2525
//
26-
// A single principal and a single scope
27-
// Multiple principals and multiple scopes.
26+
// A single principal and a single scope
27+
// Multiple principals and multiple scopes.
2828
type AppScope struct {
2929
Entity
3030

0 commit comments

Comments
 (0)