fix formatting

macos-click-through
Keith Simmons 3 years ago
parent f4aac3b53d
commit 6b45dca453

@ -345,7 +345,9 @@ mod tests {
draw_command_batcher.send_batch(); draw_command_batcher.send_batch();
draw_command_receiver.try_recv().expect("Could not receive commands"); draw_command_receiver
.try_recv()
.expect("Could not receive commands");
window.draw_grid_line( window.draw_grid_line(
1, 1,
@ -362,7 +364,9 @@ mod tests {
draw_command_batcher.send_batch(); draw_command_batcher.send_batch();
let sent_commands = draw_command_receiver.try_recv().expect("Could not receive commands"); let sent_commands = draw_command_receiver
.try_recv()
.expect("Could not receive commands");
assert!(sent_commands.len() != 0); assert!(sent_commands.len() != 0);
} }
} }

Loading…
Cancel
Save