Rewrap comment

This commit is contained in:
Jonas Platte
2023-06-21 09:29:22 +02:00
committed by Jonas Platte
parent e9c19c2110
commit 8a7da622d8

View File

@@ -78,8 +78,7 @@ where
if let Err(refresh_error) = client.refresh_access_token().await {
match &refresh_error {
HttpError::RefreshToken(RefreshTokenError::RefreshTokenRequired) => {
// Refreshing access tokens is not supported
// by
// Refreshing access tokens is not supported by
// this `Session`, ignore.
}
_ => {