Skip to content

Commit b762712

Browse files
authored
format
1 parent 62d4ae8 commit b762712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
use ash::Instance;
12
use ash::vk;
23
use ash::vk::PhysicalDeviceProperties2;
34
use ash::vk::PhysicalDeviceShaderCoreProperties2AMD;
45
use ash::vk::PhysicalDeviceShaderCorePropertiesAMD;
56
use ash::vk::PhysicalDeviceShaderSMBuiltinsPropertiesNV;
6-
use ash::Instance;
77
use std::ffi::CStr;
88

99
use crate::vendor::Vendor;

0 commit comments

Comments
 (0)