From d2ed1dba66aa2e96eb667710f384b5ed82159d1b Mon Sep 17 00:00:00 2001 From: 409 Date: Sat, 29 Jun 2024 12:17:33 +0200 Subject: [PATCH] formatting: remove unused import --- src/mixer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixer.rs b/src/mixer.rs index 989b67f..0a92e7b 100644 --- a/src/mixer.rs +++ b/src/mixer.rs @@ -30,7 +30,7 @@ use crate::{ instructions::MixerInstruction, playerctl::{playerctl_next, playerctl_play_pause, playerctl_previous}, pulseaudio::{PulseInstruction, SinkInputMixerData}, - utils::{get_sink_input_name, percentage_to_total_volume, send_notification, total_volume_to_percentage, volume_to_percentage}, + utils::{get_sink_input_name, percentage_to_total_volume, send_notification, volume_to_percentage}, }; pub struct Mixer {