Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Nov 30, 2012
1 parent 8742673 commit 5cd8de0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/iex/lib/iex/helpers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ defmodule IEx.Helpers do
end

def h(module, function) when is_atom(module) and is_atom(function) do
lc {{f, arity}, _line, _type, _args, doc } inlist module.__info__(:docs),
f == function and doc != false do
h(module, function, arity)
end
:ok
lc {{f, arity}, _line, _type, _args, doc } inlist module.__info__(:docs),
f == function and doc != false do
h(module, function, arity)
end
:ok
end

@doc """
Expand Down

0 comments on commit 5cd8de0

Please sign in to comment.