From fa5c1c53f18a96f7307095aa24e79198ce8a0ab4 Mon Sep 17 00:00:00 2001 From: 409 Date: Sat, 29 Jun 2024 13:06:09 +0200 Subject: [PATCH] formatting: removed unused import --- src/mixer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixer.rs b/src/mixer.rs index bb306df..aaa698f 100644 --- a/src/mixer.rs +++ b/src/mixer.rs @@ -31,8 +31,8 @@ use crate::{ playerctl::{playerctl_next, playerctl_play_pause, playerctl_previous}, pulseaudio::{PulseInstruction, SinkInputMixerData}, utils::{ - get_sink_input_name, percentage_to_total_volume, send_notification, - send_notification_with_progress, volume_to_percentage, + get_sink_input_name, percentage_to_total_volume, send_notification_with_progress, + volume_to_percentage, }, };