formatting

This commit is contained in:
Alexander Strizhakov 2020-09-07 13:54:28 +03:00
parent e11fca88d4
commit eca42566ba
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,5 @@ defmodule Pleroma.Repo.Migrations.RemoveCronClearOauthTokenWorkerFromObanConfig
|> Ecto.Changeset.change(value: updated_value)
|> Pleroma.Repo.update()
end
end
end