From e039c197967623afe3d049c3444aa6376f932739 Mon Sep 17 00:00:00 2001 From: unspeaker Date: Sun, 13 Apr 2025 23:46:54 +0300 Subject: [PATCH] chore: formatting --- cli/tek.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cli/tek.rs b/cli/tek.rs index 12e6e470..329be230 100644 --- a/cli/tek.rs +++ b/cli/tek.rs @@ -73,10 +73,7 @@ impl Cli { let left_tos = PortConnect::collect(&self.left_to, empty, empty); let right_froms = PortConnect::collect(&self.right_from, empty, empty); let right_tos = PortConnect::collect(&self.right_to, empty, empty); - let audio_froms = &[ - left_froms.as_slice(), - right_froms.as_slice() - ]; + let audio_froms = &[left_froms.as_slice(), right_froms.as_slice()]; let audio_tos = &[left_tos.as_slice(), right_tos.as_slice()]; let clip = match mode { Mode::Sequencer | Mode::Groovebox => Some(Arc::new(RwLock::new(MidiClip::new(