mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-24 12:14:25 +01:00
remove invalid newlines (#2763)
This commit is contained in:
@@ -318,25 +318,25 @@ import SwiftUI
|
||||
iOS,
|
||||
deprecated: 9999,
|
||||
message:
|
||||
"Use '@ObservableState', instead. See the following migration guide for more information:\n\nhttps://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.7#Using-ObservableState"
|
||||
"Use '@ObservableState', instead. See the following migration guide for more information: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.7#Using-ObservableState"
|
||||
)
|
||||
@available(
|
||||
macOS,
|
||||
deprecated: 9999,
|
||||
message:
|
||||
"Use '@ObservableState', instead. See the following migration guide for more information:\n\nhttps://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.7#Using-ObservableState"
|
||||
"Use '@ObservableState', instead. See the following migration guide for more information: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.7#Using-ObservableState"
|
||||
)
|
||||
@available(
|
||||
tvOS,
|
||||
deprecated: 9999,
|
||||
message:
|
||||
"Use '@ObservableState', instead. See the following migration guide for more information:\n\nhttps://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.7#Using-ObservableState"
|
||||
"Use '@ObservableState', instead. See the following migration guide for more information: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.7#Using-ObservableState"
|
||||
)
|
||||
@available(
|
||||
watchOS,
|
||||
deprecated: 9999,
|
||||
message:
|
||||
"Use '@ObservableState', instead. See the following migration guide for more information:\n\nhttps://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.7#Using-ObservableState"
|
||||
"Use '@ObservableState', instead. See the following migration guide for more information: https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/migratingto1.7#Using-ObservableState"
|
||||
)
|
||||
public struct WithViewStore<ViewState, ViewAction, Content: View>: View {
|
||||
private let content: (ViewStore<ViewState, ViewAction>) -> Content
|
||||
|
||||
Reference in New Issue
Block a user