Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwhite committed Feb 25, 2021
1 parent 2768b57 commit 58d8d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/philomena_web/views/api/json/oembed_view.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule PhilomenaWeb.Api.Json.OembedView do

defp artist_tags(tags) do
tags
|> Enum.filter(& &1.namespace == "artist")
|> Enum.filter(&(&1.namespace == "artist"))
|> Enum.map_join(", ", & &1.name_in_namespace)
end
end

0 comments on commit 58d8d24

Please sign in to comment.