mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-29 14:25:45 +03:00
Fix lint error from previous commit.
This commit is contained in:
parent
c1659054cf
commit
1d8fb151fa
@ -91,7 +91,7 @@
|
||||
|
||||
function sumBranchLinesAddedRemoved(branch: Branch) {
|
||||
const comitted = computedAddedRemoved(...branch.commits.flatMap((c) => c.files));
|
||||
const uncomitted = computedAddedRemoved(...branch.files)
|
||||
const uncomitted = computedAddedRemoved(...branch.files);
|
||||
|
||||
return {
|
||||
added: comitted.added + uncomitted.added,
|
||||
|
Loading…
Reference in New Issue
Block a user