From 07b4f6d30b615c1c7e70ff991edcd4894d2c7080 Mon Sep 17 00:00:00 2001 From: Robert Kleinschuster Date: Wed, 18 Dec 2024 23:12:00 +0100 Subject: [PATCH] add indentation to opml Co-authored-by: Kieran --- lib/pinchflat/podcasts/opml_feed_builder.ex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/pinchflat/podcasts/opml_feed_builder.ex b/lib/pinchflat/podcasts/opml_feed_builder.ex index de5c700..c764a66 100644 --- a/lib/pinchflat/podcasts/opml_feed_builder.ex +++ b/lib/pinchflat/podcasts/opml_feed_builder.ex @@ -24,12 +24,12 @@ defmodule Pinchflat.Podcasts.OpmlFeedBuilder do """ - - All Sources - - - #{Enum.join(sources_xml, "\n")} - + + All Sources + + + #{Enum.join(sources_xml, "\n")} + """ end