🧹 chore: make rustfmt happy (#205)
This commit is contained in:
parent
0672b55349
commit
453dbdc47d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue