Fix Credo code readability issues

This commit is contained in:
rustra
2020-01-28 20:15:59 +01:00
parent 97651e88e9
commit 3505736705
38 changed files with 63 additions and 58 deletions

View File

@@ -21,7 +21,7 @@ defmodule Mobilizon.Federation.ActivityPub.Relay do
require Logger
def init() do
def init do
# Wait for everything to settle.
Process.sleep(1000 * 5)
get_actor()