diff options
| author | lain <lain@soykaf.club> | 2019-05-03 13:53:17 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2019-05-03 13:53:17 +0200 |
| commit | c42ded13a2caa02f3f5aa00accce69b183546f9e (patch) | |
| tree | 8d26bff6264ba5b10bfe8e71e9e73c46fef535cc | |
| parent | a0c755cc4ac3af7ddb7e8fe91fcfc1bae9750e9b (diff) | |
| download | pleroma-c42ded13a2caa02f3f5aa00accce69b183546f9e.tar.gz pleroma-c42ded13a2caa02f3f5aa00accce69b183546f9e.zip | |
Credo fixes.
| -rw-r--r-- | lib/pleroma/web/streamer.ex | 2 |
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 |
