Skip to content

Commit 49f95d7

Browse files
authored
fix formatting (again)
gh actions should've let me off the hook for this silly oversight
1 parent 3e4570a commit 49f95d7

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
@@ -189,7 +189,7 @@ impl<'a> TargetQuality<'a> {
189189
tokio::process::Command::new(pipe_cmd)
190190
.args(args)
191191
.stderr(if cfg!(windows) {
192-
Stdio::null()
192+
Stdio::null()
193193
} else {
194194
Stdio::piped()
195195
})
@@ -208,7 +208,7 @@ impl<'a> TargetQuality<'a> {
208208
.stdin(source_pipe_stdout)
209209
.stdout(Stdio::piped())
210210
.stderr(if cfg!(windows) {
211-
Stdio::null()
211+
Stdio::null()
212212
} else {
213213
Stdio::piped()
214214
})
@@ -226,7 +226,7 @@ impl<'a> TargetQuality<'a> {
226226
.stdin(source_pipe_stdout)
227227
.stdout(Stdio::piped())
228228
.stderr(if cfg!(windows) {
229-
Stdio::null()
229+
Stdio::null()
230230
} else {
231231
Stdio::piped()
232232
})

0 commit comments

Comments
 (0)