chore: linting

This commit is contained in:
zhom
2026-04-19 21:07:10 +04:00
parent c4c6ec9dfd
commit a1170b586a
6 changed files with 105 additions and 39 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ Endpoint = 1.2.3.4:51820
fn test_wireguard_config_missing_peer() {
let config = r#"
[Interface]
PrivateKey = somekey
PrivateKey = YWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWE=
Address = 10.0.0.2/24
"#;
let result = parse_wireguard_config(config);