We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773b995 commit 1549b23Copy full SHA for 1549b23
Sources/SwiftFormatPrettyPrint/PrettyPrint.swift
@@ -672,7 +672,7 @@ public class PrettyPrinter {
672
}
673
674
// There may be an extra break token that needs to have its length calculated.
675
- assert(delimIndexStack.count < 2, "Too many unresolved delmiter token lengths.")
+ assert(delimIndexStack.count < 2, "Too many unresolved delimiter token lengths.")
676
if let index = delimIndexStack.popLast() {
677
if case .open = tokens[index] {
678
assert(false, "Open tokens must be closed.")
0 commit comments