Skip to content

Commit 60cbbd8

Browse files
author
Gerardo
committed
Fix lint issue
1 parent 0e292ae commit 60cbbd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Aztec/Classes/TextKit/TextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ private extension TextView {
19711971
/// Removes all paragraph formatting from the typingAttributes and from the selected range.
19721972
///
19731973
private func removeParagraphFormatting() {
1974-
for formatter in paragraphFormatters {
1974+
for formatter in paragraphFormatters {
19751975
typingAttributes = formatter.remove(from: typingAttributes)
19761976
formatter.removeAttributes(from: storage, at: selectedRange)
19771977
}

0 commit comments

Comments
 (0)