Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomocavalieri authored and lpil committed Jan 6, 2025
1 parent a3b8ec3 commit a84fd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-core/src/javascript/expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ impl<'module> Generator<'module> {
assignment
};

return Ok(assignment.force_break());
Ok(assignment.force_break())
}

fn assignment<'a>(&mut self, assignment: &'a TypedAssignment) -> Output<'a> {
Expand Down

0 comments on commit a84fd22

Please sign in to comment.