Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
akorchyn committed Jan 13, 2025
1 parent f5bae23 commit 74e1d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ pub fn input_network_name(
network_config
.linkdrop_account_id
.as_ref()
.map_or(false, |linkdrop_account_id| {
.is_some_and(|linkdrop_account_id| {
account_ids.iter().any(|account_id| {
account_id.as_str().ends_with(linkdrop_account_id.as_str())
})
Expand Down

0 comments on commit 74e1d2b

Please sign in to comment.