Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Apr 7, 2024
1 parent 50de0bc commit c8c8b96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/common/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ use windows::Win32::Foundation::HANDLE as WinHANDLE;

use windows::Win32::Foundation::HANDLE;
use windows::Win32::System::Console::{
AttachConsole, FreeConsole, GetStdHandle, SetStdHandle,
ATTACH_PARENT_PROCESS, STD_ERROR_HANDLE,
STD_INPUT_HANDLE, STD_OUTPUT_HANDLE,
AttachConsole, FreeConsole, GetStdHandle, SetStdHandle, ATTACH_PARENT_PROCESS,
STD_ERROR_HANDLE, STD_INPUT_HANDLE, STD_OUTPUT_HANDLE,
};

use super::util::{ForwardedOutput, TerminalSimulation, TESTS_BINARY};
Expand Down

0 comments on commit c8c8b96

Please sign in to comment.