add tests for activity_pub/utils.ex
[akkoma] / lib / pleroma / web / metadata / provider.ex
index a39008bccf8f6cdc4892dbb05ed096cf7d9214c3..197fb2a7779721d890c4cdafbbbc192ef9a2b2bd 100644 (file)
@@ -1,6 +1,7 @@
 # Pleroma: A lightweight social networking server
 # Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.Metadata.Providers.Provider do
   @callback build_tags(map()) :: list()
 end