Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Apr 20, 2024
1 parent 47c2bc3 commit a95fe00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/common/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ use std::{
use uucore::windows_sys::Win32::System::{

Check failure on line 23 in tests/common/windows/mod.rs

View workflow job for this annotation

GitHub Actions / Style/format (ubuntu-latest, feat_os_unix)

ERROR: `cargo fmt`: style violation (file:'tests/common/windows/mod.rs', line:23; use `cargo fmt -- "tests/common/windows/mod.rs"`)

Check failure on line 23 in tests/common/windows/mod.rs

View workflow job for this annotation

GitHub Actions / Style/format (ubuntu-latest, feat_os_unix)

ERROR: `cargo fmt`: style violation (file:'tests/common/windows/mod.rs', line:23; use `cargo fmt -- "tests/common/windows/mod.rs"`)

Check failure on line 23 in tests/common/windows/mod.rs

View workflow job for this annotation

GitHub Actions / Style and Lint (ubuntu-22.04, unix)

ERROR: `cargo fmt`: style violation (file:'tests/common/windows/mod.rs', line:23; use `cargo fmt -- "tests/common/windows/mod.rs"`)

Check failure on line 23 in tests/common/windows/mod.rs

View workflow job for this annotation

GitHub Actions / Style and Lint (ubuntu-22.04, unix)

ERROR: `cargo fmt`: style violation (file:'tests/common/windows/mod.rs', line:23; use `cargo fmt -- "tests/common/windows/mod.rs"`)
Console::GetConsoleProcessList, Threading::PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE,
};
use windows_sys::Win32::System::Threading::STARTF_USESTDHANDLES;

use self::conpty::OwnedPseudoConsoleHandle;

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

0 comments on commit a95fe00

Please sign in to comment.