mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
make 'cargo fmt' happy
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user