fix: fix match error in append_new_to_list
Some checks are pending
CI / ash-ci (push) Waiting to run

This commit is contained in:
Zach Daniel 2024-06-28 14:25:13 -04:00
parent ccb0984314
commit 615196235e

View file

@ -47,9 +47,7 @@ defmodule Igniter.Code.List do
end)
|> case do
nil ->
zipper
|> Common.maybe_move_to_single_child_block()
|> Zipper.append_child(quoted)
append_to_list(zipper, quoted)
_ ->
zipper