Skip to content

Commit

Permalink
removed unused require
Browse files Browse the repository at this point in the history
  • Loading branch information
emadb committed Nov 2, 2023
1 parent a8a5e4b commit feeb0e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/chapter_05.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
defmodule LittleAlchemist.Chapter05 do
import LittleAlchemist.Chapter01

def rember_star(_, []), do: []
def rember_star(a, [a | t]), do: rember_star(a, t)
Expand Down

0 comments on commit feeb0e8

Please sign in to comment.