Cargo formatting

This commit is contained in:
kdeng00
2024-05-05 15:59:55 -04:00
parent 33abb7b948
commit 72e6070946
22 changed files with 116 additions and 80 deletions
+1 -2
View File
@@ -7,7 +7,6 @@ pub struct TokenManager {
pub api: models::api::API,
}
impl TokenManager {
pub fn request_token(&self) -> models::token::Token {
let usr_json = self.user.to_json();
@@ -29,4 +28,4 @@ impl TokenManager {
return endpoint;
}
}
}