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 80666d2 commit fe7d02cCopy full SHA for fe7d02c
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