Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Feb 11, 2024
1 parent b7cef9b commit 8dcd05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ use apple_sys::IOKit::{
kIOPMAssertionLevelOn, kIOReturnSuccess, CFStringRef, IOPMAssertionCreateWithName,
IOPMAssertionRelease,
};
use thiserror::Error;
use core_foundation::{base::TCFType, string::CFString};
use thiserror::Error;

use crate::Options;

Expand Down

0 comments on commit 8dcd05f

Please sign in to comment.