Skip to content

Commit

Permalink
Fix Clippy :)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyCoolSlug committed Feb 23, 2024
1 parent 432d034 commit 8b0a504
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions daemon/src/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,7 @@ impl<'a> Device<'a> {
lighting: self
.profile
.get_lighting_ipc(is_mini, self.device_supports_animations()),
effects: self
.profile
.get_effects_ipc(is_mini, self.encoder_states.clone()),
effects: self.profile.get_effects_ipc(is_mini, self.encoder_states),
sampler: self.profile.get_sampler_ipc(
is_mini,
&self.audio_handler,
Expand Down

0 comments on commit 8b0a504

Please sign in to comment.