File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1681,7 +1681,7 @@ class SignalProducerLiftingSpec: QuickSpec {
1681
1681
} else {
1682
1682
group. startWithValues { odds. append ( $0) }
1683
1683
}
1684
- }
1684
+ }
1685
1685
1686
1686
observer. send ( value: 1 )
1687
1687
expect ( evens) == [ ]
@@ -1727,7 +1727,7 @@ class SignalProducerLiftingSpec: QuickSpec {
1727
1727
case . failed:
1728
1728
break
1729
1729
}
1730
- }
1730
+ }
1731
1731
1732
1732
observer. send ( value: 1 )
1733
1733
observer. send ( value: 2 )
@@ -1766,7 +1766,7 @@ class SignalProducerLiftingSpec: QuickSpec {
1766
1766
case . failed:
1767
1767
break
1768
1768
}
1769
- }
1769
+ }
1770
1770
1771
1771
observer. send ( value: 1 )
1772
1772
observer. send ( value: 2 )
@@ -1803,7 +1803,7 @@ class SignalProducerLiftingSpec: QuickSpec {
1803
1803
case . failed:
1804
1804
break
1805
1805
}
1806
- }
1806
+ }
1807
1807
1808
1808
observer. send ( value: 1 )
1809
1809
observer. send ( value: 2 )
@@ -1841,7 +1841,7 @@ class SignalProducerLiftingSpec: QuickSpec {
1841
1841
case let . failed( e) :
1842
1842
error = e
1843
1843
}
1844
- }
1844
+ }
1845
1845
1846
1846
observer. send ( value: 1 )
1847
1847
observer. send ( value: 2 )
You can’t perform that action at this time.
0 commit comments