Add some new lines for better many-mod support

This commit is contained in:
Tessa Kelly 2022-03-21 16:53:00 -07:00
parent c42a999910
commit 904c13be5c

View File

@ -140,10 +140,10 @@ view state =
\attrs ->
[ { sectionName = "Balloon"
, code =
"Balloon.balloon [ "
++ String.join ", " (List.map Tuple.first attrs)
++ " ] "
++ "(text \""
"Balloon.balloon\n [ "
++ String.join "\n , " (List.map Tuple.first attrs)
++ "\n ] "
++ "\n (text \""
++ copy
++ "\")"
}