Skip to content

Commit 236066e

Browse files
committed
Match space/new-lines pattern
1 parent 7e44d2d commit 236066e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Sources/Or/Or.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@ extension Optional where Wrapped: Collection {
346346
public var orEmpty: Wrapped {
347347

348348
@inline(__always)
349+
349350
get {
351+
350352
guard let self = self else {
351353
// Optimized: Check most common types first for better branch prediction
352354
if let emptyArray = [] as? Wrapped {

0 commit comments

Comments
 (0)