style: rustfmt

This commit is contained in:
Razvan Dimescu
2026-04-12 05:29:59 +03:00
parent a757b98744
commit 5043d4612e

View File

@@ -689,10 +689,7 @@ mod tests {
#[test] #[test]
fn forwarding_suffix_array_expands_to_multiple_runtime_rules() { fn forwarding_suffix_array_expands_to_multiple_runtime_rules() {
let rule = ForwardingRuleConfig { let rule = ForwardingRuleConfig {
suffix: vec![ suffix: vec!["168.192.in-addr.arpa".to_string(), "onsite".to_string()],
"168.192.in-addr.arpa".to_string(),
"onsite".to_string(),
],
upstream: "192.168.88.1".to_string(), upstream: "192.168.88.1".to_string(),
}; };
let runtime = rule.to_runtime_rules().unwrap(); let runtime = rule.to_runtime_rules().unwrap();