Skip to content

Commit

Permalink
Update TextLayoutManager+Transaction.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Mar 1, 2024
1 parent efe5346 commit 28aa52b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
}
}
}

0 comments on commit 28aa52b

Please sign in to comment.