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 Jan 19, 2024
1 parent 5b0eac0 commit e8b2496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markup_fmt/src/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ impl<'s> DocGen<'s> for VueDirective<'s> {
if let Some(arg_and_modifiers) = self.arg_and_modifiers {
docs.push(Doc::text("="));
docs.push(format_attr_value(
arg_and_modifiers.to_owned(),
arg_and_modifiers,
&ctx.options.quotes,
false,
true,
Expand Down

0 comments on commit e8b2496

Please sign in to comment.