logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker
commit: 7858b65ae9459cd0f899e234aaa244faaca215df
parent: 0b0c75cab3e34177309e7e9735b9e00ed293edf8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 27 Feb 2019 06:54:38 +0100

AutoLinker.Builder.format_url: opts is unused

Diffstat:

Mlib/auto_linker/builder.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/auto_linker/builder.ex b/lib/auto_linker/builder.ex @@ -46,7 +46,7 @@ defmodule AutoLinker.Builder do [{:href, url} | attrs] end - defp format_url(attrs, url, opts) do + defp format_url(attrs, url, _opts) do attrs = format_attrs(attrs) "<a #{attrs}>#{url}</a>" end