cargo fmt

This commit is contained in:
Yu Chen 2022-06-20 23:32:27 +08:00
parent 45c2caf564
commit a6c8f4de34
13 changed files with 181 additions and 135 deletions

View file

@ -19,7 +19,7 @@ impl Graphics {
Self {
size,
point,
drv: GPU_DEVICE.clone()
drv: GPU_DEVICE.clone(),
}
}
}