Skip to content

Commit 55ec62a

Browse files
committed
Realign braces
1 parent 468ead9 commit 55ec62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/ReactiveSwiftTests/SignalProducerLiftingSpec.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ class SignalProducerLiftingSpec: QuickSpec {
16811681
} else {
16821682
group.startWithValues { odds.append($0)}
16831683
}
1684-
}
1684+
}
16851685

16861686
observer.send(value: 1)
16871687
expect(evens) == []

0 commit comments

Comments
 (0)