Skip to content

Commit 01693c2

Browse files
committed
Removed @retroactive because github CI does not like it
1 parent 8e7a521 commit 01693c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/RapunzelTests/Lyrics.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)