Blob Blame History Raw
defmodule MyApp.RIGHT do
  @moduledoc """
  Foo bar
  """

  def ChangeMe(a) where is_map(a) do
    a
  end
end