fix: remove double semicolon in wifi ap_stop()

This commit is contained in:
2026-03-31 23:37:48 +08:00
parent 8952bb14d2
commit 96a170f719

View File

@@ -280,7 +280,7 @@ impl WifiPlugin {
"connection",
"show",
"--active",
])?;;
])?;
let hotspot_name = active
.lines()
.map(str::trim)