mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-11 10:33:09 +00:00
fix format
This commit is contained in:
parent
58da7f6620
commit
1b3a942a84
|
@ -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