Skip to content

Commit

Permalink
Remove newline in ErlangArray
Browse files Browse the repository at this point in the history
  • Loading branch information
Qqwy committed Sep 6, 2021
1 parent 57511d6 commit 625d368
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/arrays/implementations/erlang_array.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ defmodule Arrays.Implementations.ErlangArray do
Common operations like element access thus take O(log10(n)) time.
Note that when no custom default value is specified,
`nil` will be used, rather than `:array`'s default of `:undefined`.
"""
Expand Down

0 comments on commit 625d368

Please sign in to comment.