From e42a4e89e134332b66d2d99622596d87e4a8f1f4 Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Thu, 26 Sep 2024 07:34:56 +0000 Subject: [PATCH] cargo fmt --- src/coordinator_handler/coordinator_client.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coordinator_handler/coordinator_client.rs b/src/coordinator_handler/coordinator_client.rs index 0b4d633..927270e 100644 --- a/src/coordinator_handler/coordinator_client.rs +++ b/src/coordinator_handler/coordinator_client.rs @@ -73,7 +73,6 @@ impl CoordinatorClient { } } - /// Retrieves a token for authentication, optionally forcing a re-login. /// /// This function attempts to get the stored token if `force_relogin` is set to `false`.