Skip to content

Commit 33e083b

Browse files
authored
format
1 parent b762712 commit 33e083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pub mod ascii_art;
22
pub mod device;
33
pub mod vendor;
44

5-
use ash::{self, vk, Entry, Instance};
5+
use ash::{self, Entry, Instance, vk};
66
use device::Device;
77
use std::{
88
error::Error,

0 commit comments

Comments
 (0)