Formatting

This commit is contained in:
Aleksei Voronov 2023-09-21 13:28:22 +02:00
parent 2fd1474647
commit c02bded6f8
1 changed files with 1 additions and 1 deletions

View File

@ -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),
} }
} }
} }