🧹 chore: reformat code to make rustfmt happy
This commit is contained in:
parent
c77b16d1ad
commit
25d6af0251
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
use reqwest::header::{HeaderMap, CONTENT_TYPE, COOKIE, REFERER, USER_AGENT};
|
use reqwest::header::{HeaderMap, CONTENT_TYPE, COOKIE, REFERER, USER_AGENT};
|
||||||
use scraper::{Html, Selector};
|
use scraper::{Html, Selector};
|
||||||
use std::{collections::HashMap};
|
use std::collections::HashMap;
|
||||||
|
|
||||||
use crate::results::aggregation_models::RawSearchResult;
|
use crate::results::aggregation_models::RawSearchResult;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue