Credo fixes

This commit is contained in:
lain 2020-06-02 15:14:52 +02:00
parent 6cd2fa2a4c
commit 2c6ebe709a

View file

@ -37,7 +37,7 @@ defmodule Pleroma.Notification do
timestamps()
end
def fill_in_notification_types() do
def fill_in_notification_types do
query =
from(n in __MODULE__,
where: is_nil(n.type),