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