Skip to content

Commit e3fb2a5

Browse files
committed
Remove redundant blank lines in iex helpers' docs
1 parent 5a99fbf commit e3fb2a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/iex/lib/iex/helpers.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ defmodule IEx.Helpers do
5555
5656
c "baz.ex"
5757
#=> [Baz]
58-
5958
"""
6059
def c(files, path // ".") do
6160
tuples = Kernel.ParallelCompiler.files_to_path List.wrap(files), path
@@ -112,7 +111,6 @@ defmodule IEx.Helpers do
112111
h receive/1
113112
h Enum.all?/2
114113
h Enum.all?
115-
116114
"""
117115
defmacro h({ :/, _, [{ { :., _, [mod, fun] }, _, [] }, arity] }) do
118116
quote do
@@ -155,7 +153,6 @@ defmodule IEx.Helpers do
155153
t(Enum)
156154
t(Enum.t/0)
157155
t(Enum.t)
158-
159156
"""
160157
defmacro t({ :/, _, [{ { :., _, [mod, fun] }, _, [] }, arity] }) do
161158
quote do
@@ -189,7 +186,6 @@ defmodule IEx.Helpers do
189186
s(Enum.all?/2)
190187
s(list_to_atom)
191188
s(list_to_atom/1)
192-
193189
"""
194190
defmacro s({ :/, _, [{ { :., _, [mod, fun] }, _, [] }, arity] }) do
195191
quote do

0 commit comments

Comments
 (0)