mirror of
https://github.com/git/git
synced 2024-10-30 13:20:15 +00:00
10 lines
106 B
Text
10 lines
106 B
Text
|
defmodule RIGHT do
|
||
|
@moduledoc """
|
||
|
Foo bar
|
||
|
"""
|
||
|
|
||
|
def ChangeMe(a) where is_map(a) do
|
||
|
a
|
||
|
end
|
||
|
end
|