Skip to content

Commit 30869bb

Browse files
authored
update line-wrapping convention (#2056)
1 parent 93c0aa3 commit 30869bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/ComposableArchitecture/Internal/Deprecations.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,7 @@ extension AnyReducer {
288288
breakpointOnNil: Bool,
289289
file: StaticString = #fileID,
290290
line: UInt = #line
291-
) -> AnyReducer<
292-
State?, Action, Environment
293-
> {
291+
) -> AnyReducer<State?, Action, Environment> {
294292
self.optional(file: file, line: line)
295293
}
296294

0 commit comments

Comments
 (0)