Elixir: Make hinfo more general

This commit is contained in:
Van-Huynh Le 2019-04-13 10:21:44 +02:00
parent d742cc22b3
commit 2f6a24dcdb
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# name: hinfo
# key: hinfo
# --
def handle_info($1, state) do
def handle_info($1, ${2:state}) do
$0
{:noreply, state}
end