cargo fmt
This commit is contained in:
parent
3a72256177
commit
a22fbfbaee
2 changed files with 3 additions and 2 deletions
|
@ -24,6 +24,7 @@ impl Data {
|
|||
}
|
||||
ret
|
||||
}
|
||||
|
||||
pub fn update(&mut self) {
|
||||
let mut checked = HashSet::new();
|
||||
let mut next_active = HashSet::new();
|
||||
|
|
Loading…
Reference in a new issue