Skip to content

Commit

Permalink
style: use Tx typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAnimate committed Jan 29, 2025
1 parent 596ca53 commit 81278e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpris_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ mod inner {

#[inline] pub fn update(&mut self) { }

#[inline] pub fn attach(&mut self, _tx: Arc<mpsc::Sender<encore::SongControl>>) -> Option<()> {
#[inline] pub fn attach(&mut self, _tx: super::Tx) -> Option<()> {
None
}
}
Expand Down

0 comments on commit 81278e1

Please sign in to comment.