From 6487c93c476aef40c78ad678e0e8352e747cd9a5 Mon Sep 17 00:00:00 2001 From: Phantasm Date: Fri, 10 Oct 2025 23:11:10 +0200 Subject: [PATCH] credo lint 2 --- lib/pleroma/http.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pleroma/http.ex b/lib/pleroma/http.ex index 0d9f28420..7d321de62 100644 --- a/lib/pleroma/http.ex +++ b/lib/pleroma/http.ex @@ -222,7 +222,7 @@ defmodule Pleroma.HTTP do length(rules) > 0 -> # URI.encode_query/2 does not appear to follow spec and encodes all part # of our URI path Constant. This appears to work outside of edge-cases - # like The Guardian Rich Media Cards, keeping behavior same as with + # like The Guardian Rich Media Cards, keeping behavior same as with # URI.encode_query/2 unless otherwise specified via rules. (URI.encode_www_form(Kernel.to_string(key)) <> "=" <>