File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ typealias Lyrics = [Part]
99
1010// MARK: - Rapunzel
1111
12- extension Lyrics : @ retroactive RapunzelConvertible {
12+ extension Lyrics : RapunzelConvertible {
1313 public var doc : Doc {
1414 return self . stack ( )
1515 }
@@ -51,7 +51,7 @@ extension Lyrics {
5151 " And it's warm and real and bright " ,
5252 " And the world has somehow shifted " ,
5353 " All at once everything looks different " ,
54- " Now that I see you "
54+ " Now that I see you " ,
5555 ]
5656 ) ,
5757
@@ -68,7 +68,7 @@ extension Lyrics {
6868 " Now she's here shining in the starlight " ,
6969 " Now she's here suddenly I know " ,
7070 " If she's here it's crystal clear " ,
71- " I'm where I'm meant to go "
71+ " I'm where I'm meant to go " ,
7272 ]
7373 ) ,
7474 Part (
@@ -95,9 +95,9 @@ extension Lyrics {
9595 " All at once everything is different " ,
9696 " Now that I see you " ,
9797
98- " Now that I see you "
98+ " Now that I see you " ,
9999 ]
100- )
100+ ) ,
101101 ]
102102 }
103103}
You can’t perform that action at this time.
0 commit comments