diff --git a/src/main.rs b/src/main.rs index 4349ed3..c9f11f7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,