mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Correct output IP format.
This commit is contained in:
parent
05e4a2f59f
commit
0328bc10a3
@ -112,7 +112,7 @@ impl UispDevice {
|
||||
result += &format!("{}, ", &ip);
|
||||
}
|
||||
result.truncate(result.len() - 2);
|
||||
let result = format!("[{result}]");
|
||||
let result = format!("{result}");
|
||||
result
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user