logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d02cf7b0cd550bc182e7307b90f077e159b5637f
parent a14e1c0003285adce3c995f1b19a02179a556fd0
Author: Sean King <seanking2919@protonmail.com>
Date:   Sat, 28 Aug 2021 18:17:09 -0600

Fix lint

Diffstat:

Mlib/pleroma/web/api_spec/operations/pleroma_app_operation.ex3+--
Mlib/pleroma/web/pleroma_api/controllers/app_controller.ex3+--
Mlib/pleroma/web/pleroma_api/views/app_view.ex3+--
3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/lib/pleroma/web/api_spec/operations/pleroma_app_operation.ex b/lib/pleroma/web/api_spec/operations/pleroma_app_operation.ex @@ -28,4 +28,4 @@ defmodule Pleroma.Web.ApiSpec.PleromaAppOperation do defp array_of_apps do %Schema{type: :array, items: App, example: [App.schema().example]} end -end -\ No newline at end of file +end diff --git a/lib/pleroma/web/pleroma_api/controllers/app_controller.ex b/lib/pleroma/web/pleroma_api/controllers/app_controller.ex @@ -20,4 +20,4 @@ defmodule Pleroma.Web.PleromaAPI.AppController do render(conn, "index.json", %{apps: apps}) end end -end -\ No newline at end of file +end diff --git a/lib/pleroma/web/pleroma_api/views/app_view.ex b/lib/pleroma/web/pleroma_api/views/app_view.ex @@ -8,4 +8,4 @@ defmodule Pleroma.Web.PleromaAPI.AppView do def render("index.json", %{apps: apps}) do render_many(apps, Pleroma.Web.MastodonAPI.AppView, "show.json") end -end -\ No newline at end of file +end