Skip to content

Commit

Permalink
style(app): remove line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Nov 14, 2023
1 parent fda9488 commit 5160d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ func checkProfileToken(
}

if data.Flags.Verbose {
text.Info(data.Output, "\n\nYour access token has now expired. We will attempt to refresh it")
text.Info(data.Output, "\nYour access token has now expired. We will attempt to refresh it")
}

updatedJWT, err := data.AuthServer.RefreshAccessToken(profileData.RefreshToken)
Expand Down

0 comments on commit 5160d5d

Please sign in to comment.