cargo fmt

This commit is contained in:
Daniel S. 2020-12-18 03:14:16 +01:00
parent 3a72256177
commit a22fbfbaee
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ impl Data {
}
ret
}
pub fn update(&mut self) {
let mut checked = HashSet::new();
let mut next_active = HashSet::new();