mirror of
https://github.com/telemt/telemt.git
synced 2026-04-29 16:34:11 +03:00
Rustfmt
This commit is contained in:
@@ -293,9 +293,7 @@ impl MePool {
|
||||
WriterContour::Draining => "draining",
|
||||
};
|
||||
|
||||
if !draining
|
||||
&& let Some(dc_idx) = dc
|
||||
{
|
||||
if !draining && let Some(dc_idx) = dc {
|
||||
*live_writers_by_dc_endpoint
|
||||
.entry((dc_idx, endpoint))
|
||||
.or_insert(0) += 1;
|
||||
|
||||
Reference in New Issue
Block a user