Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Mar 14, 2024
1 parent 9dd54cd commit 775d93c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions teletypewriter/src/windows/child.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
use corcovado::channel::{channel, Receiver, Sender};
use std::num::NonZeroU32;
use std::ffi::c_void;
use std::io::Error;
use std::num::NonZeroU32;
use std::sync::atomic::{AtomicPtr, Ordering};

use windows_sys::Win32::Foundation::{BOOLEAN, HANDLE};
use windows_sys::Win32::System::Threading::{
GetProcessId, RegisterWaitForSingleObject, UnregisterWait, INFINITE, WT_EXECUTEINWAITTHREAD,
WT_EXECUTEONLYONCE,
GetProcessId, RegisterWaitForSingleObject, UnregisterWait, INFINITE,
WT_EXECUTEINWAITTHREAD, WT_EXECUTEONLYONCE,
};

use crate::ChildEvent;
Expand Down

0 comments on commit 775d93c

Please sign in to comment.