Skip to content

Commit

Permalink
Chore: Repair formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed May 11, 2021
1 parent 21b8383 commit cd2ade9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,7 @@ impl Songbird {

if let Some(call) = call {
let mut handler = call.lock().await;
handler.update_state(
v.0.session_id.clone(),
v.0.channel_id.map(Into::into),
);
handler.update_state(v.0.session_id.clone(), v.0.channel_id.map(Into::into));
}
},
_ => {},
Expand Down

0 comments on commit cd2ade9

Please sign in to comment.