fix: format the rust code

This commit is contained in:
sanix-darker
2024-07-12 14:54:38 +02:00
parent aa9d49cfda
commit 0b19c940f1
4 changed files with 631 additions and 27 deletions
+7 -1
View File
@@ -25,7 +25,13 @@ async fn main() {
}
});
let crawl_result = app
.crawl_url("https://mendable.ai", Some(crawl_params), true, 2, idempotency_key)
.crawl_url(
"https://mendable.ai",
Some(crawl_params),
true,
2,
idempotency_key,
)
.await;
match crawl_result {
Ok(data) => println!("Crawl Result:\n{}", data),