diff --git a/Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+Transaction.swift b/Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+Transaction.swift index b55f3032..c160bfd5 100644 --- a/Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+Transaction.swift +++ b/Sources/CodeEditTextView/TextLayoutManager/TextLayoutManager+Transaction.swift @@ -30,8 +30,9 @@ extension TextLayoutManager { } layoutLines() } else if transactionCounter < 0 { - // swiftlint:disable:next line_length - assertionFailure("TextLayoutManager.endTransaction called without a matching TextLayoutManager.beginTransaction call") + assertionFailure( + "TextLayoutManager.endTransaction called without a matching TextLayoutManager.beginTransaction call" + ) } } }