remove extra brace

This commit is contained in:
Gleb Piskunov 2023-03-27 17:33:02 +06:00
parent 0ea2d125b9
commit 0985304d25
1 changed files with 1 additions and 2 deletions

View File

@ -607,8 +607,7 @@ impl<'gc> ChildContainer<'gc> {
return self.depth_list.remove(&depth).is_some();
}
false
}
false
}
/// Remove a child from the render list.