0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 21:48:21 -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]
impl SearchEngine for DuckDuckGo {
async fn results(
async fn results(
&self,
query: String,
page: u32,