Fix spacing

pull/419/head
nielsandriesse 3 years ago
parent 2730804e4a
commit c98cfe420d

@ -5,7 +5,6 @@
@inline(never)
public func touch<Value>(_ value: Value) { /* Do nothing */ }
/// Returns `f(x!)` if `x != nil`, or `nil` otherwise.
public func given<T, U>(_ x: T?, _ f: (T) throws -> U) rethrows -> U? { return try x.map(f) }

Loading…
Cancel
Save