Skip to content

Commit 51ef2f2

Browse files
authored
Remove unnecessary change to mark line.
1 parent 115bb72 commit 51ef2f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/Device.generated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,7 @@ extension Device {
23032303
}
23042304
#endif
23052305

2306-
// MARK: ThermalState: Sendable
2306+
// MARK: ThermalState
23072307
@available(iOS 11.0, watchOS 4.0, macOS 10.10.3, tvOS 11.0, *)
23082308
extension Device {
23092309
/// The thermal state of the system.

Source/Device.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ extension Device {
14601460
}
14611461
#endif
14621462

1463-
// MARK: ThermalState: Sendable
1463+
// MARK: ThermalState
14641464
@available(iOS 11.0, watchOS 4.0, macOS 10.10.3, tvOS 11.0, *)
14651465
extension Device {
14661466
/// The thermal state of the system.

0 commit comments

Comments
 (0)