Skip to content

Commit

Permalink
Try to fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchi committed Oct 18, 2024
1 parent 9bce5d1 commit c2a4dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/construct/partial_mdx_expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ pub fn eol_after(tokenizer: &mut Tokenizer) -> State {
// For future lines, we’d move at most to
// `line_start_shifted.column + 4`.
tokenizer.enter(Name::LinePrefix);
return State::Retry(StateName::MdxExpressionPrefix);
State::Retry(StateName::MdxExpressionPrefix)
} else {
State::Retry(StateName::MdxExpressionBefore)
}
Expand Down

0 comments on commit c2a4dbc

Please sign in to comment.