Skip to content

Commit ba83b96

Browse files
committed
fmt
1 parent af3aab9 commit ba83b96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/recording/src/capture_pipeline.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ use cap_enc_ffmpeg::segmented_stream::SegmentCompletedEvent;
1515
use cap_timestamp::Timestamps;
1616
use std::path::PathBuf;
1717

18-
#[cfg(windows)]
19-
use std::sync::atomic::{AtomicBool, Ordering};
2018
#[cfg(windows)]
2119
use std::sync::Arc;
20+
#[cfg(windows)]
21+
use std::sync::atomic::{AtomicBool, Ordering};
2222

2323
#[cfg(windows)]
2424
#[derive(Clone, Debug)]

0 commit comments

Comments
 (0)