Reorder alias

This commit is contained in:
href 2020-05-12 21:27:54 +02:00
parent 37c2deb3dd
commit 40d0775c7f
1 changed files with 1 additions and 1 deletions

View File

@ -3,9 +3,9 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.Streamer do
alias Pleroma.User
alias Pleroma.Web.Streamer.State
alias Pleroma.Web.Streamer.Worker
alias Pleroma.User
@timeout 60_000
@mix_env Mix.env()