Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iganev committed Jul 23, 2024
1 parent 5447da5 commit 743e31c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,7 @@ impl HelperDef for HandlebarsConcat {
&mut ar
.iter()
.map(|item| item.render())
.map(|item| {
apply_wrapper(item, quotation_mark, quotes)
})
.map(|item| apply_wrapper(item, quotation_mark, quotes))
.filter(|item| {
if distinct {
!output.contains(item)
Expand Down Expand Up @@ -282,9 +280,7 @@ impl HelperDef for HandlebarsConcat {
&mut o
.keys()
.cloned()
.map(|item| {
apply_wrapper(item, quotation_mark, quotes)
})
.map(|item| apply_wrapper(item, quotation_mark, quotes))
.filter(|item| {
if distinct {
!output.contains(item)
Expand Down

0 comments on commit 743e31c

Please sign in to comment.