summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-29 20:58:54 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-29 20:58:54 +0300
commit77cfb08b8c4c07406af8b338ce010307f6af75cb (patch)
treedfbd53ed86c03617afbd7d7dce648f4f84b53005 /mix.exs
parent61400d7eb785f41ab853f42d0a221357253c39eb (diff)
downloadpleroma-77cfb08b8c4c07406af8b338ce010307f6af75cb.tar.gz
pleroma-77cfb08b8c4c07406af8b338ce010307f6af75cb.zip
Remove commented-out code
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 2e64b79ad..91b79dde2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -109,7 +109,9 @@ defmodule Pleroma.Mixfile do
{:pbkdf2_elixir, "~> 0.12.3"},
{:trailing_format_plug, "~> 0.0.7"},
{:html_sanitize_ex, "~> 1.3.0"},
- {:fast_sanitize, git: "https://git.pleroma.social/pleroma/fast_sanitize.git", ref: "37f55e2bbe6eb44e8a9c4b3831a5ce73a2f6955c"},
+ {:fast_sanitize,
+ git: "https://git.pleroma.social/pleroma/fast_sanitize.git",
+ ref: "37f55e2bbe6eb44e8a9c4b3831a5ce73a2f6955c"},
{:html_entities, "~> 0.4"},
{:phoenix_html, "~> 2.10"},
{:calendar, "~> 0.17.4"},