@@ -20,12 +20,12 @@ public class Handler<Input> {
2020 * ,
2121 deprecated,
2222 message:
23- """
24- This API will be removed, \
25- consider using redeclaration with `(Input) -> Output` signature function. \
26- Feel free to discuss the API here \
27- https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
28- """
23+ """
24+ This API will be removed, \
25+ consider using redeclaration with `(Input) -> Output` signature function. \
26+ Feel free to discuss the API here \
27+ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
28+ """
2929 )
3030 public mutating func callAsFunction( _ behaviour: Behaviour , perform action: ( ( Input ) -> Void ) ? )
3131 {
@@ -100,12 +100,12 @@ public class Handler2<T0, T1> {
100100 * ,
101101 deprecated,
102102 message:
103- """
104- This API will be removed, \
105- consider using redeclaration with `(Input) -> Output` signature function. \
106- Feel free to discuss the API here \
107- https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
108- """
103+ """
104+ This API will be removed, \
105+ consider using redeclaration with `(Input) -> Output` signature function. \
106+ Feel free to discuss the API here \
107+ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
108+ """
109109 )
110110 public mutating func callAsFunction( _ behaviour: Behaviour , perform action: ( ( T0 , T1 ) -> Void ) ? )
111111 {
@@ -174,12 +174,12 @@ public class Handler3<T0, T1, T2> {
174174 * ,
175175 deprecated,
176176 message:
177- """
178- This API will be removed, \
179- consider using redeclaration with `(Input) -> Output` signature function. \
180- Feel free to discuss the API here \
181- https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
182- """
177+ """
178+ This API will be removed, \
179+ consider using redeclaration with `(Input) -> Output` signature function. \
180+ Feel free to discuss the API here \
181+ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
182+ """
183183 )
184184 public mutating func callAsFunction(
185185 _ behaviour: Behaviour ,
@@ -250,12 +250,12 @@ public class Handler4<T0, T1, T2, T3> {
250250 * ,
251251 deprecated,
252252 message:
253- """
254- This API will be removed, \
255- consider using redeclaration with `(Input) -> Output` signature function. \
256- Feel free to discuss the API here \
257- https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
258- """
253+ """
254+ This API will be removed, \
255+ consider using redeclaration with `(Input) -> Output` signature function. \
256+ Feel free to discuss the API here \
257+ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
258+ """
259259 )
260260 public mutating func callAsFunction(
261261 _ behaviour: Behaviour ,
@@ -326,12 +326,12 @@ public class Handler5<T0, T1, T2, T3, T4> {
326326 * ,
327327 deprecated,
328328 message:
329- """
330- This API will be removed, \
331- consider using redeclaration with `(Input) -> Output` signature function. \
332- Feel free to discuss the API here \
333- https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
334- """
329+ """
330+ This API will be removed, \
331+ consider using redeclaration with `(Input) -> Output` signature function. \
332+ Feel free to discuss the API here \
333+ https://github.com/MakeupStudio/swift-declarative-configuration/issues/1
334+ """
335335 )
336336 public mutating func callAsFunction(
337337 _ behaviour: Behaviour ,
0 commit comments