Formatting
This commit is contained in:
parent
2fd1474647
commit
c02bded6f8
|
@ -42,7 +42,7 @@ impl ProfileClassifier {
|
||||||
for did in &dids {
|
for did in &dids {
|
||||||
match self.fill_in_profile_details(did).await {
|
match self.fill_in_profile_details(did).await {
|
||||||
Ok(()) => continue,
|
Ok(()) => continue,
|
||||||
Err(e) => error!("Could not classify profile: {:?}", e)
|
Err(e) => error!("Could not classify profile: {:?}", e),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue