Skip to content

Commit

Permalink
Run clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-neti committed Nov 7, 2024
1 parent 17fc070 commit c6f2a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fplus-lib/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ impl LDNApplication {

match get_client_allocation(&application_id).await {
Ok(response) => {
if let Some(_) = response.count {
if response.count.is_some() {
log::info!("Allocation found for client {}", application_id);
Self::issue_pathway_mismatch_comment(
issue_number,
Expand Down

0 comments on commit c6f2a3a

Please sign in to comment.