Skip to content

Commit

Permalink
Fix typo whiteSpace between line comment (ReactiveX#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
honghoker authored Apr 11, 2024
1 parent aaa67fe commit 0c6605f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ open class RxPickerViewDataSource<T>: NSObject, UIPickerViewDataSource {
private let numberOfComponents: NumberOfComponents
private let numberOfRowsInComponent: NumberOfRowsInComponent

//MARK: UIPickerViewDataSource
// MARK: UIPickerViewDataSource

public func numberOfComponents(in pickerView: UIPickerView) -> Int {
numberOfComponents(self, pickerView, components)
Expand Down

0 comments on commit 0c6605f

Please sign in to comment.