fix like two lines' formatting
This commit is contained in:
parent
f3935a8f0c
commit
8d9d3bcd13
|
@ -219,7 +219,6 @@ match cookies.get_private("token") {
|
||||||
}},
|
}},
|
||||||
None => {Json(ApiPermsResult { perms: Err("Not logged in".to_string())})}
|
None => {Json(ApiPermsResult { perms: Err("Not logged in".to_string())})}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
|
|
Loading…
Reference in New Issue