forked from AkkomaGang/akkoma
fix format
This commit is contained in:
parent
58da7f6620
commit
1b3a942a84
2 changed files with 14 additions and 14 deletions
|
@ -1,10 +1,10 @@
|
||||||
defmodule Mix.Tasks.Pleroma.Marker do
|
defmodule Mix.Tasks.Pleroma.Marker do
|
||||||
use Mix.Task
|
use Mix.Task
|
||||||
import Mix.Pleroma
|
import Mix.Pleroma
|
||||||
|
|
||||||
import Ecto.Query
|
import Ecto.Query
|
||||||
alias Pleroma.Repo
|
|
||||||
alias Pleroma.Notification
|
alias Pleroma.Notification
|
||||||
|
alias Pleroma.Repo
|
||||||
|
|
||||||
def run(["update_markers"]) do
|
def run(["update_markers"]) do
|
||||||
start_pleroma()
|
start_pleroma()
|
||||||
|
|
Loading…
Reference in a new issue