Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar committed Nov 16, 2024
1 parent e32e9a3 commit b06dc5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/tests/misc/not_dll/tests/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use windows_sys::Win32::Graphics::Printing::*;
#[test]
fn test() {
unsafe {
_ = GetSpoolFileHandle(PRINTER_HANDLE { Value: std::ptr::null_mut() });
_ = GetSpoolFileHandle(PRINTER_HANDLE {
Value: std::ptr::null_mut(),
});
}
}

0 comments on commit b06dc5c

Please sign in to comment.