Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2024-02-02 20:11:56 +00:00 committed by GitHub
parent eec5ee8583
commit 03714f02ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {