run nightly cargo fmt again
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
@@ -18,8 +18,9 @@ pub async fn get_event_keys(
|
||||
|
||||
let required = match required_keys(object, version) {
|
||||
| Ok(required) => required,
|
||||
| Err(e) =>
|
||||
return Err!(BadServerResponse("Failed to determine keys required to verify: {e}")),
|
||||
| Err(e) => {
|
||||
return Err!(BadServerResponse("Failed to determine keys required to verify: {e}"));
|
||||
},
|
||||
};
|
||||
|
||||
let batch = required
|
||||
|
||||
Reference in New Issue
Block a user