We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4570a commit 49f95d7Copy full SHA for 49f95d7
av1an-core/src/target_quality.rs
@@ -189,7 +189,7 @@ impl<'a> TargetQuality<'a> {
189
tokio::process::Command::new(pipe_cmd)
190
.args(args)
191
.stderr(if cfg!(windows) {
192
- Stdio::null()
+ Stdio::null()
193
} else {
194
Stdio::piped()
195
})
@@ -208,7 +208,7 @@ impl<'a> TargetQuality<'a> {
208
.stdin(source_pipe_stdout)
209
.stdout(Stdio::piped())
210
211
212
213
214
@@ -226,7 +226,7 @@ impl<'a> TargetQuality<'a> {
226
227
228
229
230
231
232
0 commit comments