make 'cargo fmt' happy

This commit is contained in:
B. Petersen
2020-01-28 13:14:14 +01:00
parent 10f26f17ba
commit 80dc7bfc52
3 changed files with 4 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
// file generated by src/provider/update.py
use crate::provider::*;
use crate::provider::Protocol::*;
use crate::provider::Socket::*;
use crate::provider::UsernamePattern::*;
use crate::provider::*;
use std::collections::HashMap;
lazy_static::lazy_static! {
@@ -184,4 +184,3 @@ lazy_static::lazy_static! {
("yahoodns.net", &*P9),
].iter().copied().collect();
}