mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix formatting issues.
This commit is contained in:
parent
d6231a18ef
commit
08b3902bbb
2 changed files with 10 additions and 9 deletions
|
@ -486,7 +486,8 @@ impl CompositorLayer {
|
|||
} else {
|
||||
// ID does not match ours, so recurse on descendents (including hidden children).
|
||||
self.children.mut_iter().map(|x| &mut x.child)
|
||||
.any(|x| { let buffers = cell.take();
|
||||
.any(|x| {
|
||||
let buffers = cell.take();
|
||||
let result = x.add_buffers(pipeline_id, buffers.clone(), epoch);
|
||||
if result {
|
||||
result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue