From aa975356311abad0a2c2771380772e3834baeda6 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 14 Dec 2023 17:31:39 +1100 Subject: [PATCH] Simplify --- .../wasm/examples/podcast_feed/xml_formatter.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components_guide/wasm/examples/podcast_feed/xml_formatter.ex b/lib/components_guide/wasm/examples/podcast_feed/xml_formatter.ex index f10ef03..4a5fabe 100644 --- a/lib/components_guide/wasm/examples/podcast_feed/xml_formatter.ex +++ b/lib/components_guide/wasm/examples/podcast_feed/xml_formatter.ex @@ -72,11 +72,11 @@ defmodule ComponentsGuide.Wasm.PodcastFeed.XMLFormatter do end def inner_start() do - %__MODULE__{position: :inner_start, body: append!(string: ~S"")} + %__MODULE__{position: :inner_finish, body: append!(string: "]]>")} end defimpl Orb.ToWat do