Skip to content

Commit

Permalink
apply Clippy suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Feb 20, 2024
1 parent 23eb88f commit 4607266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions markup_fmt/src/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ impl<'s> DocGen<'s> for AstroExpr<'s> {
.append(
Doc::line_or_nil()
.append(format_children_without_inserting_linebreak(
&nodes,
has_two_more_non_text_children(&nodes),
nodes,
has_two_more_non_text_children(nodes),
ctx,
))
.nest_with_ctx(ctx),
Expand Down

0 comments on commit 4607266

Please sign in to comment.