Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
niklak committed Feb 2, 2025
1 parent 9e28247 commit 123f55e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node/node_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,6 @@ impl NodeRef<'_> {
/// - All whitespace is removed from the beginning and end of the text.
/// - After block elements, a double newline is added.
/// - For elements like `br`, 'hr', 'li', 'tr' a single newline is added.
pub fn formatted_text(&self) -> StrTendril {
format_text(self, false)
}
Expand Down

0 comments on commit 123f55e

Please sign in to comment.