Skip to content

Commit

Permalink
style: fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurto committed Sep 1, 2023
1 parent dc3825b commit 049d2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ fn process_annotation(
fn process_atom_for_annotations(
atom: &Atom,
annotations: &mut Vec<Annotation>,
mut annotation_in_progress: &mut AnnotationInProgress,
annotation_in_progress: &mut AnnotationInProgress,
) -> Result<(), SpdxError> {
process_annotation(annotation_in_progress, annotations);

Expand Down

0 comments on commit 049d2eb

Please sign in to comment.