Skip to content

Commit

Permalink
clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Feb 28, 2024
1 parent 09a46fc commit 11c6c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/routes/issue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ author_url
issue_date: issue.issue_date,
description: compile(&issue.description),
showcases,
crate_releases: crate_releases,
crate_releases,
merged_pull_requests,
contributors: vec![],
educational: vec![],
Expand Down

0 comments on commit 11c6c19

Please sign in to comment.