remove redundant field names

This commit is contained in:
daniel.eades 2023-11-16 18:09:16 +00:00 committed by Ashley Wulber
parent fed18d3726
commit 6f48241613

View file

@ -38,7 +38,7 @@ pub async fn handle_wireless_device(device: WirelessDevice<'_>) -> zbus::Result<
AccessPoint { AccessPoint {
ssid, ssid,
strength, strength,
state: state, state,
working: false, working: false,
}, },
); );