Remove useless uses of uniq

This commit is contained in:
Will Faught
2023-02-05 21:19:28 -08:00
parent 63e9f1e2cd
commit 3236359560
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
{{ $style = $style | append (printf "width: %v" $width) }}
{{ end }}
{{ $style = delimit ($style | sort | uniq) "; " }}
{{ $style = delimit ($style | sort) "; " }}
{{ if $float }}
{{ if eq $float "start" }}