cargo fmt
parent
2b5e1744ee
commit
3f7eae8633
|
@ -288,8 +288,7 @@ impl GroupSessionManager {
|
|||
.difference(&non_blacklisted_device_ids)
|
||||
.collect::<HashSet<_>>();
|
||||
|
||||
if !newly_deleted_or_blacklisted.is_empty()
|
||||
{
|
||||
if !newly_deleted_or_blacklisted.is_empty() {
|
||||
should_rotate = true;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue