Skip to content

Commit 01acf4e

Browse files
committed
Fixed Swift 4.2 compilation error
1 parent 6f1360d commit 01acf4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/CodingKey.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public extension TLVCodingKey where Self: RawRepresentable, Self.RawValue == TLV
4141
}
4242

4343
#if swift(>=4.2)
44-
public extension TLVCodingKey where Self: CaseIterable, Self: RawRepresentable, RawValue == TLVTypeCode.RawValue {
44+
public extension TLVCodingKey where Self: CaseIterable, Self: RawRepresentable, Self.RawValue == TLVTypeCode.RawValue {
4545

4646
init?(stringValue: String) {
4747

0 commit comments

Comments
 (0)