mirror of
https://github.com/telemt/telemt.git
synced 2026-08-04 15:12:44 +03:00
Rustfmt
This commit is contained in:
@@ -196,11 +196,7 @@ impl TlsFrontCache {
|
||||
domains
|
||||
.iter()
|
||||
.filter(|domain| {
|
||||
guard
|
||||
.get(domain.as_str())
|
||||
.unwrap_or(&self.default)
|
||||
.domain
|
||||
== "default"
|
||||
guard.get(domain.as_str()).unwrap_or(&self.default).domain == "default"
|
||||
})
|
||||
.cloned()
|
||||
.collect()
|
||||
|
||||
Reference in New Issue
Block a user