Skip to content

Commit

Permalink
Remove unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariot Chauvin committed Jan 18, 2025
1 parent c1192df commit 567f9c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generate_report.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,4 @@ pub async fn generate_report(from: String, to: String, skip_trello: bool) -> any
process::exit(1);
}
}
Ok(())
}

0 comments on commit 567f9c5

Please sign in to comment.