Skip to content

Commit 46e02fb

Browse files
committed
cargo fmt
1 parent ec63e5b commit 46e02fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/macos/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use cocoa::appkit::{
1111
use cocoa::base::{id, nil, BOOL, NO, YES};
1212
use cocoa::foundation::{NSAutoreleasePool, NSPoint, NSRect, NSSize, NSString};
1313
use core_foundation::runloop::{
14-
CFRunLoop, CFRunLoopTimer, CFRunLoopTimerContext, __CFRunLoopTimer, kCFRunLoopDefaultMode,
14+
__CFRunLoopTimer, kCFRunLoopDefaultMode, CFRunLoop, CFRunLoopTimer, CFRunLoopTimerContext,
1515
};
1616
use keyboard_types::KeyboardEvent;
1717
use objc::class;

0 commit comments

Comments
 (0)