remove redundant field names
This commit is contained in:
parent
fed18d3726
commit
6f48241613
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue