Skip to content

Commit 3891118

Browse files
woot000redzic
authored andcommitted
fix formatting (again)
gh actions should've let me off the hook for this silly oversight
1 parent ce864f7 commit 3891118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

av1an-core/src/target_quality.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ impl<'a> TargetQuality<'a> {
188188
tokio::process::Command::new(pipe_cmd)
189189
.args(args)
190190
.stderr(if cfg!(windows) {
191-
Stdio::null()
191+
Stdio::null()
192192
} else {
193193
Stdio::piped()
194194
})
@@ -207,7 +207,7 @@ impl<'a> TargetQuality<'a> {
207207
.stdin(source_pipe_stdout)
208208
.stdout(Stdio::piped())
209209
.stderr(if cfg!(windows) {
210-
Stdio::null()
210+
Stdio::null()
211211
} else {
212212
Stdio::piped()
213213
})
@@ -225,7 +225,7 @@ impl<'a> TargetQuality<'a> {
225225
.stdin(source_pipe_stdout)
226226
.stdout(Stdio::piped())
227227
.stderr(if cfg!(windows) {
228-
Stdio::null()
228+
Stdio::null()
229229
} else {
230230
Stdio::piped()
231231
})

0 commit comments

Comments
 (0)