Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed Dec 17, 2024
1 parent 4cc80ea commit 4fd9591
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scenes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ impl Scene {
/// A scene defines a set of devices and their colors so that they can be applied all at once.
/// This is useful for setting up a specific lighting configuration that you want to be able to
/// apply quickly.
pub fn new(device_color_pairs: Vec<(DeviceInfo, HSBK)>) -> Self {
Self { device_color_pairs }
}
Expand Down

0 comments on commit 4fd9591

Please sign in to comment.