Skip to content

Commit a1f6c70

Browse files
authored
Fix indentation
1 parent b9c65dd commit a1f6c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Event.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ extension Signal.Event where Value == Never {
10151015
internal static func promoteValue<U>(_: U.Type) -> Transformation<U, Error> {
10161016
return { action, _ in
10171017
return { event in
1018-
action(event.promoteValue())
1018+
action(event.promoteValue())
10191019
}
10201020
}
10211021
}

0 commit comments

Comments
 (0)