Skip to content

Commit 7ce7ee4

Browse files
fix: resolve clippy issues
1 parent 899c90f commit 7ce7ee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dom/src/dom_element_filter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ impl Plugin for DomElementFilter {
241241
named_node_map_to_hashmap(node.unchecked_ref::<Element>().attributes())
242242
},
243243
config,
244-
format!("{}{}", indentation, &config.indent),
244+
format!("{}{}", indentation, config.indent),
245245
depth,
246246
refs.clone(),
247247
printer,
@@ -252,7 +252,7 @@ impl Plugin for DomElementFilter {
252252
.filter(&self.filter_node)
253253
.collect(),
254254
config,
255-
format!("{}{}", indentation, &config.indent),
255+
format!("{}{}", indentation, config.indent),
256256
depth,
257257
refs.clone(),
258258
printer,

0 commit comments

Comments
 (0)