1
0
Fork 0
forked from wry/wry

all: run rustfmt

This commit is contained in:
Julian Orth 2022-08-20 23:05:34 +02:00
parent d67eefdaf0
commit 2af6d29554

View file

@ -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());
}