mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 08:32:23 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
eec5ee8583
commit
03714f02ef
@ -439,7 +439,7 @@ fn handle_http_request(
|
||||
serde_json::to_vec(&state.games)?,
|
||||
);
|
||||
Ok(())
|
||||
},
|
||||
}
|
||||
// on POST: create a new game
|
||||
"POST" => {
|
||||
let Some(blob) = get_blob() else {
|
||||
|
Loading…
Reference in New Issue
Block a user