credo lint 2
This commit is contained in:
parent
f36851acbd
commit
6487c93c47
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ defmodule Pleroma.HTTP do
|
||||||
length(rules) > 0 ->
|
length(rules) > 0 ->
|
||||||
# URI.encode_query/2 does not appear to follow spec and encodes all part
|
# 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
|
# 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_query/2 unless otherwise specified via rules.
|
||||||
(URI.encode_www_form(Kernel.to_string(key)) <>
|
(URI.encode_www_form(Kernel.to_string(key)) <>
|
||||||
"=" <>
|
"=" <>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue