Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
oiwn committed Dec 1, 2024
1 parent 3bedcdf commit 65e9d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capp-config/src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl ProxyConfig {
Some(seq) => seq
.iter()
.filter_map(|v| v.as_str())
.flat_map(|uri| Self::expand_uri(uri))
.flat_map(Self::expand_uri)
.collect(),
None => {
if let Some(uri) = config["uri"].as_str() {
Expand Down

0 comments on commit 65e9d0f

Please sign in to comment.