Chore: Repair formatting.

This commit is contained in:
Kyle Simpson
2021-05-11 11:58:17 +01:00
parent 91be0df5d5
commit fea204366b

View File

@@ -378,10 +378,7 @@ impl Songbird {
if let Some(call) = call { if let Some(call) = call {
let mut handler = call.lock().await; let mut handler = call.lock().await;
handler.update_state( handler.update_state(v.0.session_id.clone(), v.0.channel_id.map(Into::into));
v.0.session_id.clone(),
v.0.channel_id.map(Into::into),
);
} }
}, },
_ => {}, _ => {},