From 799f3244ffaee7b1016dbe214541316d27570453 Mon Sep 17 00:00:00 2001 From: Fu Zi Xiang Date: Wed, 22 Nov 2023 22:49:36 +0800 Subject: [PATCH] chore: cargo fmt --- libs/client-api/src/http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/client-api/src/http.rs b/libs/client-api/src/http.rs index 47f63b4a..343269ca 100644 --- a/libs/client-api/src/http.rs +++ b/libs/client-api/src/http.rs @@ -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.