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 a1e8445 commit dbe837bCopy full SHA for dbe837b
Mathlib/Tactic/Linter/TextBased.lean
@@ -262,7 +262,7 @@ def nonbreakingSpaceLinter : TextbasedLinter := fun opts lines ↦ Id.run do
262
for h : idx in [:lines.size] do
263
let line := lines[idx]
264
let pos := line.find (· == ' ')
265
- if pos != line.rawEndPos then
+ if pos != line.endPos then
266
errors := errors.push (StyleError.nonbreakingSpace, idx + 1)
267
return (errors, none)
268
0 commit comments