Skip to content

Commit 6467a76

Browse files
committed
fix: lint
1 parent b533062 commit 6467a76

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ios/EnrichedTextInputView.mm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,8 +1676,9 @@ - (void)anyTextMayHaveBeenModified {
16761676
if (textView.textStorage.string.length == 0 &&
16771677
_recentInputString.length > 0 &&
16781678
!preserveTypingAttributesOnNextEmptyCheck) {
1679-
// reset typing attributes if we emptied the string
1680-
// adding alignment via shortcuts wants to preserve typing attributes, so we don't reset then
1679+
// reset typing attributes if we emptied the string
1680+
// adding alignment via shortcuts wants to preserve typing attributes, so we
1681+
// don't reset then
16811682
textView.typingAttributes = defaultTypingAttributes;
16821683
}
16831684
preserveTypingAttributesOnNextEmptyCheck = NO;

0 commit comments

Comments
 (0)