Fixed some warnings (#11)

Reviewed-on: phoenix/icarus-models#11
Co-authored-by: KD <kundeng94@gmail.com>
Co-committed-by: KD <kundeng94@gmail.com>
This commit is contained in:
KD
2025-03-22 18:24:08 +00:00
committed by phoenix
parent d0e0d8fa2d
commit 351147cb64
7 changed files with 57 additions and 66 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ impl Default for LoginResult {
impl LoginResult {
pub fn _to_json(&self) -> Result<String, serde_json::Error> {
return serde_json::to_string_pretty(&self);
serde_json::to_string_pretty(&self)
}
}