aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-03 13:53:17 +0200
committerlain <lain@soykaf.club>2019-05-03 13:53:17 +0200
commitc42ded13a2caa02f3f5aa00accce69b183546f9e (patch)
tree8d26bff6264ba5b10bfe8e71e9e73c46fef535cc /lib
parenta0c755cc4ac3af7ddb7e8fe91fcfc1bae9750e9b (diff)
downloadpleroma-c42ded13a2caa02f3f5aa00accce69b183546f9e.tar.gz
Credo fixes.
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/streamer.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/streamer.ex b/lib/pleroma/web/streamer.ex
index b8f6663a1..133decfc4 100644
--- a/lib/pleroma/web/streamer.ex
+++ b/lib/pleroma/web/streamer.ex
@@ -5,8 +5,8 @@
defmodule Pleroma.Web.Streamer do
use GenServer
require Logger
- alias Pleroma.Conversation.Participation
alias Pleroma.Activity
+ alias Pleroma.Conversation.Participation
alias Pleroma.Notification
alias Pleroma.Object
alias Pleroma.User