Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
10 lines
112 B
Text
10 lines
112 B
Text
defmodule MyApp.RIGHT do
|
|||
@moduledoc """
|
|||
Foo bar
|
|||
"""
|
|||
|
|||
def ChangeMe(a) where is_map(a) do
|
|||
a
|
|||
end
|
|||
end
|