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

🧹 chore: make rustfmt happy (#205)

This commit is contained in:
neon_arch 2023-09-03 19:34:22 +03:00
parent 0672b55349
commit 453dbdc47d

View File

@ -19,7 +19,7 @@ pub struct DuckDuckGo;
#[async_trait::async_trait] #[async_trait::async_trait]
impl SearchEngine for DuckDuckGo { impl SearchEngine for DuckDuckGo {
async fn results( async fn results(
&self, &self,
query: String, query: String,
page: u32, page: u32,