diff options
author | Sean King <seanking2919@protonmail.com> | 2021-08-28 18:17:09 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2021-08-28 18:17:09 -0600 |
commit | d02cf7b0cd550bc182e7307b90f077e159b5637f (patch) | |
tree | 0e1b2ab5c41ca1ae9b5dedbbc515dcadbce716bf /lib/pleroma/web/api_spec | |
parent | a14e1c0003285adce3c995f1b19a02179a556fd0 (diff) | |
download | pleroma-d02cf7b0cd550bc182e7307b90f077e159b5637f.tar.gz |
Fix lint
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r-- | lib/pleroma/web/api_spec/operations/pleroma_app_operation.ex | 2 |
1 files changed, 1 insertions, 1 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 index efaf81af0..582a169ee 100644 --- 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 |