Skip to content

Commit e9a2071

Browse files
fonkadelicmluisbrown
authored andcommitted
Uses scope overload. (#210)
1 parent 864f6c3 commit e9a2071

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/ComposableArchitecture/UIKit/IfLetUIKit.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ extension Store {
5050
.skipRepeats { ($0 != nil) == ($1 != nil) }
5151
.on(value: { if $0 == nil { `else`() } })
5252
.compactMap { $0 }
53-
},
54-
action: { $0 }
53+
}
5554
)
5655
.startWithValues(unwrap)
5756
}

0 commit comments

Comments
 (0)