Skip to content

Commit c381a0c

Browse files
committed
Whitespace
1 parent 452fe72 commit c381a0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Init/Data/String/Defs.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,6 @@ def Slice.rawEndPos (s : Slice) : Pos.Raw where
457457
@[simp]
458458
theorem Slice.byteIdx_rawEndPos {s : Slice} : s.rawEndPos.byteIdx = s.utf8ByteSize := (rfl)
459459

460-
461-
462460
/-- Criterion for validity of positions in string slices. -/
463461
structure Pos.Raw.IsValidForSlice (s : Slice) (p : Pos.Raw) : Prop where
464462
le_rawEndPos : p ≤ s.rawEndPos

0 commit comments

Comments
 (0)