Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
avsaase committed Aug 21, 2024
1 parent ad0b201 commit b7f0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/ffmpeg/encoders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub struct Encoder {
pub codec: Codec,
pub hardware: bool,
pub detected: bool,
pub extra_args: Vec<String>
pub extra_args: Vec<String>,
}

impl Encoder {
Expand Down

0 comments on commit b7f0cee

Please sign in to comment.