Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-crabnebula committed Nov 17, 2023
1 parent f6454e4 commit fc39d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packager/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ pub(crate) enum Bitness {
#[cfg(windows)]
pub(crate) fn os_bitness() -> crate::Result<Bitness> {
use windows_sys::Win32::System::{
SystemInformation::{PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_INTEL},
SystemInformation::{GetNativeSystemInfo, SYSTEM_INFO},
SystemInformation::{PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_INTEL},
};

let mut system_info: SYSTEM_INFO = unsafe { std::mem::zeroed() };
Expand Down

0 comments on commit fc39d54

Please sign in to comment.