Skip to content

Commit 1204c43

Browse files
committed
bug fix List
1 parent 194cdf7 commit 1204c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/datastructures/list.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defmdefmodule Remixdb.List do
1+
defmodule Remixdb.List do
22
use GenServer
33

44
@name :remixdb_list

0 commit comments

Comments
 (0)