cargo fmt

I really need to make this automated. There are some small challenges though.
This commit is contained in:
Raph Levien 2021-11-23 08:49:06 -08:00
parent abe2a6ceef
commit a8103a4c20

View file

@ -18,8 +18,7 @@
use bytemuck::Pod; use bytemuck::Pod;
use piet_gpu_hal::{ use piet_gpu_hal::{
BackendType, Buffer, BufferUsage, CmdBuf, Instance, InstanceFlags, QueryPool, BackendType, Buffer, BufferUsage, CmdBuf, Instance, InstanceFlags, QueryPool, Session,
Session,
}; };
pub struct Runner { pub struct Runner {