Skip to content

Commit bbfd0f8

Browse files
committed
Remove unnecessary change to mark line.
1 parent 14134d7 commit bbfd0f8

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
@@ -2350,7 +2350,7 @@ extension Device {
23502350
}
23512351
#endif
23522352

2353-
// MARK: ThermalState: Sendable
2353+
// MARK: ThermalState
23542354
@available(iOS 11.0, watchOS 4.0, macOS 10.10.3, tvOS 11.0, *)
23552355
extension Device {
23562356
/// The thermal state of the system.

Source/Device.swift.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ extension Device {
14641464
}
14651465
#endif
14661466

1467-
// MARK: ThermalState: Sendable
1467+
// MARK: ThermalState
14681468
@available(iOS 11.0, watchOS 4.0, macOS 10.10.3, tvOS 11.0, *)
14691469
extension Device {
14701470
/// The thermal state of the system.

0 commit comments

Comments
 (0)