tsk-71: Code formatting
All checks were successful
Rust Build / Check (pull_request) Successful in 40s
Rust Build / Test Suite (pull_request) Successful in 49s
Rust Build / Rustfmt (pull_request) Successful in 37s
Rust Build / build (pull_request) Successful in 42s
Rust Build / Clippy (pull_request) Successful in 38s

This commit is contained in:
2025-10-18 22:12:08 -04:00
parent 2f36ba30f5
commit 65017599a4

View File

@@ -12,7 +12,6 @@ pub struct LoginResult {
pub expiration: i64, pub expiration: i64,
} }
impl LoginResult { impl LoginResult {
pub fn to_json(&self) -> Result<String, serde_json::Error> { pub fn to_json(&self) -> Result<String, serde_json::Error> {
serde_json::to_string_pretty(&self) serde_json::to_string_pretty(&self)