style: rustfmt
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user