Fix never matching clause

`length/1` is only used with lists.
This commit is contained in:
rinpatch 2019-12-08 16:36:22 +03:00
commit a21340caa1
3 changed files with 3 additions and 1 deletions

View file

@ -163,6 +163,7 @@ defmodule Pleroma.HTML.Scrubber.Default do
require FastSanitize.Sanitizer.Meta
alias FastSanitize.Sanitizer.Meta
# credo:disable-for-previous-line
# No idea how to fix this one…