Skip to content

Commit d70faba

Browse files
committed
WIP
1 parent 2322c87 commit d70faba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/PlatformVersion.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,17 +206,17 @@ extension tvOSVersion {
206206
}
207207

208208
public static let v17 = tvOSVersion {
209-
#if os(tvOS)
209+
#if os(tvOS)
210210
if #available(tvOS 18, *) {
211211
return .past
212212
}
213213
if #available(tvOS 17, *) {
214214
return .current
215215
}
216216
return .future
217-
#else
217+
#else
218218
return nil
219-
#endif
219+
#endif
220220
}
221221

222222
public static let v18 = tvOSVersion {

0 commit comments

Comments
 (0)