Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Nov 18, 2023
1 parent 9749641 commit dca45a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use ffmpeg::{
media, Packet, Rational,
};
use human_size::{Byte, Megabyte, Size, SpecificSize};
use signal_hook::consts::{SIGINT, SIGUSR1, SIGTERM};
use signal_hook::consts::{SIGINT, SIGTERM, SIGUSR1};
use thiserror::Error;
use wayland_client::{
event_created_child,
Expand Down

0 comments on commit dca45a2

Please sign in to comment.