Skip to content

Commit

Permalink
fixed formatting (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
shwethaumashanker authored Jun 21, 2023
1 parent b0a7f48 commit 1f21dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/granted/exp/request/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ func requestAccess(ctx context.Context, opts requestAccessOpts) error {

clio.Debugf("attempting to assume the profile: %s to see that it is ready for use.", profile.Name)
si := spinner.New(spinner.CharSets[14], 100*time.Millisecond)
si.Suffix = "waiting for the profile to be ready..."
si.Suffix = " waiting for the profile to be ready..."
si.Writer = os.Stderr
si.Start()

Expand Down

0 comments on commit 1f21dcd

Please sign in to comment.