Skip to content

Commit

Permalink
chore: commit gofmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernot325 committed Aug 29, 2024
1 parent 1bd90f3 commit 4379121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/list-storage-containers.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func listStorageContainers(ctx context.Context, client client.AzureClient, stora
storageContainer := models.StorageContainer{
StorageContainer: item.Ok,
StorageAccountId: stAccount.(models.StorageAccount).StorageAccount.Id,
SubscriptionId: "/subscriptions/"+stAccount.(models.StorageAccount).SubscriptionId,
SubscriptionId: "/subscriptions/" + stAccount.(models.StorageAccount).SubscriptionId,
ResourceGroupId: item.Ok.ResourceGroupId(),
ResourceGroupName: item.Ok.ResourceGroupName(),
TenantId: client.TenantInfo().TenantId,
Expand Down
2 changes: 1 addition & 1 deletion cmd/list-vm-scale-sets.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func listVMScaleSets(ctx context.Context, client client.AzureClient, subscriptio
} else {
vmScaleSet := models.VMScaleSet{
VMScaleSet: item.Ok,
SubscriptionId: "/subscriptions/"+id,
SubscriptionId: "/subscriptions/" + id,
ResourceGroupId: item.Ok.ResourceGroupId(),
TenantId: client.TenantInfo().TenantId,
}
Expand Down
4 changes: 2 additions & 2 deletions models/azure/app_scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ package azure
//
// This may be in both the following principal and scope scenarios:
//
// A single principal and a single scope
// Multiple principals and multiple scopes.
// A single principal and a single scope
// Multiple principals and multiple scopes.
type AppScope struct {
Entity

Expand Down

0 comments on commit 4379121

Please sign in to comment.