fix: code lint

This commit is contained in:
huzibaca
2024-09-24 20:06:25 +08:00
parent 2ca7310baf
commit 4b234a3211
7 changed files with 24 additions and 32 deletions

View File

@@ -337,7 +337,7 @@ pub fn get_network_interfaces() -> Vec<String> {
for (interface_name, _) in &networks {
result.push(interface_name.clone());
}
return result;
result
}
#[tauri::command]