Skip to content

Commit

Permalink
remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chang committed Jun 11, 2024
1 parent 153d7d9 commit 6b99cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func New(ctx context.Context, log *logrus.Entry, _env env.Core, config *RPConfig
kvAuthorizer := azidext.NewTokenCredentialAdapter(tokenCredential, scopes)

vmssClient := compute.NewVirtualMachineScaleSetsClient(_env.Environment(), config.SubscriptionID, authorizer)

return &deployer{
log: log,
env: _env,
Expand Down

0 comments on commit 6b99cfa

Please sign in to comment.