mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
🧹 chore: make rustfmt happy (#205)
This commit is contained in:
parent
0672b55349
commit
453dbdc47d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user