1
0
Fork 0
forked from wry/wry

all: run rustfmt

This commit is contained in:
Julian Orth 2022-07-31 11:55:18 +02:00
parent 9c21d118d6
commit 35dbd483bc
3 changed files with 12 additions and 4 deletions

View file

@ -698,7 +698,8 @@ impl PwClientNode {
if mem_id == !0 {
port.io_buffers.remove(&mix_id);
} else {
port.io_buffers.set(mix_id, self.con.mem.map(mem_id, offset, size)?.typed());
port.io_buffers
.set(mix_id, self.con.mem.map(mem_id, offset, size)?.typed());
}
}
_ => {}