mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	clippy & fmt fixed
This commit is contained in:
		| @@ -18,7 +18,7 @@ impl Service { | ||||
|             &self.meilisearch, | ||||
|             &self.auth, | ||||
|             true, | ||||
|             &self.options, | ||||
|             self.options, | ||||
|             analytics::MockAnalytics::new(&self.options).0 | ||||
|         )) | ||||
|         .await; | ||||
| @@ -46,7 +46,7 @@ impl Service { | ||||
|             &self.meilisearch, | ||||
|             &self.auth, | ||||
|             true, | ||||
|             &self.options, | ||||
|             self.options, | ||||
|             analytics::MockAnalytics::new(&self.options).0 | ||||
|         )) | ||||
|         .await; | ||||
| @@ -72,7 +72,7 @@ impl Service { | ||||
|             &self.meilisearch, | ||||
|             &self.auth, | ||||
|             true, | ||||
|             &self.options, | ||||
|             self.options, | ||||
|             analytics::MockAnalytics::new(&self.options).0 | ||||
|         )) | ||||
|         .await; | ||||
| @@ -95,7 +95,7 @@ impl Service { | ||||
|             &self.meilisearch, | ||||
|             &self.auth, | ||||
|             true, | ||||
|             &self.options, | ||||
|             self.options, | ||||
|             analytics::MockAnalytics::new(&self.options).0 | ||||
|         )) | ||||
|         .await; | ||||
| @@ -118,7 +118,7 @@ impl Service { | ||||
|             &self.meilisearch, | ||||
|             &self.auth, | ||||
|             true, | ||||
|             &self.options, | ||||
|             self.options, | ||||
|             analytics::MockAnalytics::new(&self.options).0 | ||||
|         )) | ||||
|         .await; | ||||
| @@ -141,7 +141,7 @@ impl Service { | ||||
|             &self.meilisearch, | ||||
|             &self.auth, | ||||
|             true, | ||||
|             &self.options, | ||||
|             self.options, | ||||
|             analytics::MockAnalytics::new(&self.options).0 | ||||
|         )) | ||||
|         .await; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user