fix: remove double semicolon in wifi ap_stop()
This commit is contained in:
@@ -280,7 +280,7 @@ impl WifiPlugin {
|
|||||||
"connection",
|
"connection",
|
||||||
"show",
|
"show",
|
||||||
"--active",
|
"--active",
|
||||||
])?;;
|
])?;
|
||||||
let hotspot_name = active
|
let hotspot_name = active
|
||||||
.lines()
|
.lines()
|
||||||
.map(str::trim)
|
.map(str::trim)
|
||||||
|
|||||||
Reference in New Issue
Block a user