Skip to content

Commit 4e86f50

Browse files
committed
Remove additional semicolon
1 parent 13661c4 commit 4e86f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Text/TextInput/RCTBaseTextInputView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ - (BOOL)textOf:(NSAttributedString*)newText equals:(NSAttributedString*)oldText{
108108
// If the user added an emoji, the system adds a font attribute for the emoji and stores the original font in
109109
// NSOriginalFont. Lastly, when entering a password, etc., there will be additional styling on the field as the native
110110
// text view handles showing the last character for a split second.
111-
__block BOOL isDictationRunning = false;;
111+
__block BOOL isDictationRunning = false;
112112
[oldText enumerateAttribute:NSAttachmentAttributeName
113113
inRange:NSMakeRange(0, oldText.length)
114114
options:kNilOptions

0 commit comments

Comments
 (0)