run nightly cargo fmt again

Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
June Clementine Strawberry 2025-03-02 23:15:05 -05:00
parent 17e0384eeb
commit de53ad83b2
No known key found for this signature in database
11 changed files with 45 additions and 28 deletions

View file

@ -109,7 +109,7 @@ pub async fn get_summary_and_children_local(
{
| None => (), // cache miss
| Some(None) => return Ok(None),
| Some(Some(cached)) =>
| Some(Some(cached)) => {
return Ok(Some(
if self
.is_accessible_child(
@ -124,7 +124,8 @@ pub async fn get_summary_and_children_local(
} else {
SummaryAccessibility::Inaccessible
},
)),
));
},
}
let children_pdus: Vec<_> = self