fix: always return {:ok, zipper} in append_new_to_list/2 (#31)

This commit is contained in:
Igor Barakaiev 2024-07-04 12:37:02 +02:00 committed by GitHub
parent b2ab78d681
commit 2f3e3065f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ defmodule Igniter.Code.List do
append_to_list(zipper, quoted)
_ ->
zipper
{:ok, zipper}
end
else
:error