Skip to content

Commit 08dd92a

Browse files
committed
style: fix formatting
1 parent e1641d4 commit 08dd92a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ OpenSCQ30 is free software for controlling settings for Soundcore headphones and
2424
| A3031 | Soundcore Vortex |
2525
| A3033 | Soundcore Life 2 Neo |
2626
| A3040 | Soundcore Space Q45 |
27-
| A3116 | Soundcore Motion+ |
27+
| A3116 | Soundcore Motion+ |
2828
| A3926 | Soundcore Life Dot 2S |
2929
| A3930 | Soundcore Liberty 2 Pro |
3030
| A3931 | Soundcore Life Dot 2 NC |

lib/src/devices/soundcore/a3031.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ use crate::{
99
common::{
1010
macros::soundcore_device,
1111
modules::{
12-
button_configuration::COMMON_SETTINGS as BUTTON_CONFIGURATION_SETTINGS, equalizer, sound_modes::AvailableSoundModes
12+
button_configuration::COMMON_SETTINGS as BUTTON_CONFIGURATION_SETTINGS, equalizer,
13+
sound_modes::AvailableSoundModes,
1314
},
1415
packet::{
1516
inbound::{SerialNumberAndFirmwareVersion, TryToPacket},

lib/src/devices/soundcore/a3033.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ use std::collections::HashMap;
33
use crate::devices::soundcore::{
44
a3033::{packets::A3033StateUpdatePacket, state::A3033State},
55
common::{
6-
device::fetch_state_from_state_update_packet, macros::soundcore_device, modules::{equalizer}, packet::outbound::{RequestState, ToPacket}
6+
device::fetch_state_from_state_update_packet,
7+
macros::soundcore_device,
8+
modules::equalizer,
9+
packet::outbound::{RequestState, ToPacket},
710
},
811
};
912

lib/src/devices/soundcore/a3926.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use crate::devices::soundcore::{
44
a3926::{packets::A3926StateUpdatePacket, state::A3926State},
55
common::{
66
macros::soundcore_device,
7-
modules::{equalizer},
7+
modules::equalizer,
88
packet::{
99
inbound::{SerialNumberAndFirmwareVersion, TryToPacket},
1010
outbound::{RequestSerialNumberAndFirmwareVersion, RequestState, ToPacket},

0 commit comments

Comments
 (0)