all: run rustfmt
This commit is contained in:
parent
d67eefdaf0
commit
2af6d29554
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ impl ConnectorHandler {
|
|||
self.state.outputs.remove(&self.id);
|
||||
on.lock_surface.take();
|
||||
{
|
||||
let mut surfaces = vec!();
|
||||
let mut surfaces = vec![];
|
||||
for layer in &on.layers {
|
||||
surfaces.extend(layer.iter());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue