fix like two lines' formatting

This commit is contained in:
SadlyNotSappho 2024-03-03 17:51:02 -08:00
parent f3935a8f0c
commit 8d9d3bcd13
1 changed files with 1 additions and 2 deletions

View File

@ -219,7 +219,6 @@ match cookies.get_private("token") {
}},
None => {Json(ApiPermsResult { perms: Err("Not logged in".to_string())})}
}
}
#[derive(Deserialize)]