Skip to content

Commit

Permalink
Update src/request.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tamo <tamo@meilisearch.com>
  • Loading branch information
brunoocasali and irevoire authored May 6, 2022
1 parent 00b4769 commit 21afaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub(crate) async fn request<Input: Serialize, Output: DeserializeOwned + 'static

const CONTENT_TYPE: &str = "Content-Type";
const JSON: &str = "application/json";
const user_agent: str = qualified_version();
let user_agent = qualified_version();

// The 2 following unwraps should not be able to fail

Expand Down

0 comments on commit 21afaa0

Please sign in to comment.