cargo fmt
[temp2RGB.git] / src / corsair_lighting_pro.rs
index 7ccb373..25bee13 100644 (file)
@@ -149,7 +149,7 @@ impl Device {
                 buffer[0x04] = NB_LEDS; // Number of color;
                 buffer[0x05] = color_channel;
 
-                let color_component =  match color_channel {
+                let color_component = match color_channel {
                     0 => color.red,
                     1 => color.green,
                     _ => color.blue,