Skip to content

Commit 311d030

Browse files
committed
remove excess whitespace
The plan to preserve line numbers did not work out due to the amount of required changes, so there's really no point in keeping this whitespace around.
1 parent a2618f8 commit 311d030

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

Libraries/Text/TextInput/RCTBackedTextInputDelegateAdapter.m

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,11 @@ - (instancetype)initWithTextField:(NSTextField<RCTBackedTextInputViewProtocol> *
2929
if (self = [super init]) {
3030
_backedTextInputView = backedTextInputView;
3131
backedTextInputView.delegate = self;
32-
33-
3432
}
3533

3634
return self;
3735
}
3836

39-
40-
41-
42-
43-
44-
4537
#pragma mark - NSTextFieldDelegate
4638

4739
- (BOOL)control:(__unused NSControl *)control textShouldBeginEditing:(__unused NSText *)fieldEditor
@@ -91,11 +83,6 @@ - (void)controlTextDidChange:(NSNotification *)notification
9183
[self textFieldProbablyDidChangeSelection];
9284
}
9385

94-
95-
96-
97-
98-
9986
#pragma mark - UIKeyboardInput (private UIKit protocol)
10087

10188
// This method allows us to detect a [Backspace] `keyPress`

0 commit comments

Comments
 (0)