Skip to content

Commit c3c50bf

Browse files
committed
fmt
1 parent 82361aa commit c3c50bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/recording/src/capture_pipeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ use crate::{
1010
use crate::output_pipeline::{MacOSFragmentedM4SMuxer, MacOSFragmentedM4SMuxerConfig};
1111
#[cfg(windows)]
1212
use crate::output_pipeline::{WindowsFragmentedM4SMuxer, WindowsFragmentedM4SMuxerConfig};
13+
use anyhow::anyhow;
1314
#[cfg(windows)]
1415
use cap_enc_ffmpeg::h264::H264Preset;
15-
use anyhow::anyhow;
1616
use cap_timestamp::Timestamps;
1717
use std::{path::PathBuf, sync::Arc};
1818

0 commit comments

Comments
 (0)