tiny amount of formatting

This commit is contained in:
2025-09-23 07:04:41 +01:00
parent 9174e4923c
commit ec10f3e025

View File

@@ -239,8 +239,8 @@ struct
in
if otherIdx > cursorIdx then
if otherIdx >= #textLength buffer then
(* prevent us from deleting last newline
* to help us preserve unix-style line endings *)
(* prevent us from deleting last newline
* to help us preserve unix-style line endings *)
let val high = #textLength buffer - 1
in finishDeleteByDfa (app, cursorIdx, high, buffer, time)
end