Skip to content

Commit

Permalink
Clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 2, 2024
1 parent 0e8b5ed commit 8a904fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub mod profilevars {
headers
.get("User-Agent")
.map(|agent| agent.to_owned())
.unwrap_or_else(|| "".to_string())
.unwrap_or_default()
}

// Helper function to get the other headers
Expand Down

0 comments on commit 8a904fa

Please sign in to comment.