chore: cargo fmt

This commit is contained in:
Fu Zi Xiang 2023-11-22 22:49:36 +08:00
parent f9933b4f13
commit 799f3244ff
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ use url::Url;
use crate::retry::{RefreshTokenAction, RefreshTokenRetryCondition};
use crate::ws::{WSClientHttpSender, WSError};
use gotrue_entity::dto::SignUpResponse::{Authenticated, NotAuthenticated};
use gotrue_entity::dto::{GotrueTokenResponse, AuthProvider, UpdateGotrueUserParams, User};
use gotrue_entity::dto::{AuthProvider, GotrueTokenResponse, UpdateGotrueUserParams, User};
use realtime_entity::realtime_proto::HttpRealtimeMessage;
/// `Client` is responsible for managing communication with the GoTrue API and cloud storage.