pull/789/head
Wilfred Hughes 2024-11-14 23:41:35 +07:00
parent d5b1e26d70
commit 13b8252d8b
1 changed files with 1 additions and 1 deletions

@ -406,7 +406,7 @@ fn diff_file(
// a trailing newline, e.g. "foo\n\bar\n" versus "foo". We want to // a trailing newline, e.g. "foo\n\bar\n" versus "foo". We want to
// consider `foo` to be unchanged in this case. // consider `foo` to be unchanged in this case.
// //
// Theoretically a tree-sitter parser coud change its AST due to // Theoretically a tree-sitter parser could change its AST due to
// the additional trailing newline, but it seems vanishingly // the additional trailing newline, but it seems vanishingly
// unlikely. // unlikely.
if !lhs_src.is_empty() && !lhs_src.ends_with('\n') { if !lhs_src.is_empty() && !lhs_src.ends_with('\n') {