From 1f21dcd10f7ab1492430b6267461f1d94e11a98c Mon Sep 17 00:00:00 2001 From: Shwetha Umashanker <32020525+shwethaumashanker@users.noreply.github.com> Date: Wed, 21 Jun 2023 14:36:15 -0400 Subject: [PATCH] fixed formatting (#436) --- pkg/granted/exp/request/request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/granted/exp/request/request.go b/pkg/granted/exp/request/request.go index 89e9e39c..430d2e21 100644 --- a/pkg/granted/exp/request/request.go +++ b/pkg/granted/exp/request/request.go @@ -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()