fix: code lint

This commit is contained in:
huzibaca
2024-09-24 20:06:25 +08:00
parent d9e5387bff
commit 57f1c005e6
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]