fix format

This commit is contained in:
Maksim Pechnikov 2019-10-31 17:36:59 +03:00
parent 58da7f6620
commit 1b3a942a84
2 changed files with 14 additions and 14 deletions

View File

@ -1,10 +1,10 @@
defmodule Mix.Tasks.Pleroma.Marker do
use Mix.Task
import Mix.Pleroma
import Ecto.Query
alias Pleroma.Repo
alias Pleroma.Notification
alias Pleroma.Repo
def run(["update_markers"]) do
start_pleroma()