tiny amount of formatting
This commit is contained in:
@@ -239,8 +239,8 @@ struct
|
|||||||
in
|
in
|
||||||
if otherIdx > cursorIdx then
|
if otherIdx > cursorIdx then
|
||||||
if otherIdx >= #textLength buffer then
|
if otherIdx >= #textLength buffer then
|
||||||
(* prevent us from deleting last newline
|
(* prevent us from deleting last newline
|
||||||
* to help us preserve unix-style line endings *)
|
* to help us preserve unix-style line endings *)
|
||||||
let val high = #textLength buffer - 1
|
let val high = #textLength buffer - 1
|
||||||
in finishDeleteByDfa (app, cursorIdx, high, buffer, time)
|
in finishDeleteByDfa (app, cursorIdx, high, buffer, time)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user