Skip to content

Commit cb9994d

Browse files
committed
style: fix code style
1 parent 8974860 commit cb9994d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core-graphics/src/display.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ pub use crate::base::{boolean_t, CGError};
1717
pub use crate::geometry::{CGPoint, CGRect, CGSize};
1818

1919
use crate::image::CGImage;
20-
use crate::window::{kCGNullWindowID, CGWindowID, CGWindowImageOption, CGWindowLevel, CGWindowListOption};
20+
use crate::window::{
21+
kCGNullWindowID, CGWindowID, CGWindowImageOption, CGWindowLevel, CGWindowListOption,
22+
};
2123
use core_foundation::base::{CFRetain, TCFType};
2224
use core_foundation::string::{CFString, CFStringRef};
2325
use foreign_types::ForeignType;

0 commit comments

Comments
 (0)