add .formatter.exs + format
This commit is contained in:
@@ -15,7 +15,7 @@ defmodule Display.Notifications do
|
||||
|> Enum.map(&Atom.to_string/1)
|
||||
|> Enum.map(&name/1)
|
||||
|> Enum.join(", ")
|
||||
|> Paint.red
|
||||
|> Paint.red()
|
||||
end
|
||||
|
||||
defp name("Elixir." <> module), do: module
|
||||
|
||||
Reference in New Issue
Block a user