Update app/src/ui/diff/diff-helpers.tsx

Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
This commit is contained in:
tidy-dev 2024-03-06 11:10:08 -05:00 committed by GitHub
parent 6683db1e22
commit 11fc806ec8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -210,7 +210,7 @@ export type ChangedFile = WorkingDirectoryFileChange | CommittedFileChange
/**
* Whether the row is a type that represent a change (added, deleted, modified)
* in the diff. This is useful for checking to see if a row type would have
* something line 'hunkStartLine` on it.
* something like 'hunkStartLine` on it.
*/
export function isRowChanged(
row: DiffRow | SimplifiedDiffRow