run nightly cargo fmt again
Signed-off-by: June Clementine Strawberry <june@3.dog>
This commit is contained in:
parent
17e0384eeb
commit
de53ad83b2
11 changed files with 45 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue