0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

🧹 chore: reformat code to make rustfmt happy

This commit is contained in:
neon_arch 2023-07-30 16:58:19 +03:00
parent c77b16d1ad
commit 25d6af0251

View File

@ -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;