Chore: Repair formatting.
This commit is contained in:
@@ -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),
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_ => {},
|
_ => {},
|
||||||
|
|||||||
Reference in New Issue
Block a user