Skip to content

Commit 3fd02b8

Browse files
release
1 parent 41725d4 commit 3fd02b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/diff-file.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ export class DiffFile {
12101210
};
12111211

12121212
get hasExpandSplitAll() {
1213-
return this.#hasExpandSplitAll.state
1213+
return this.#hasExpandSplitAll.state;
12141214
}
12151215

12161216
get hasExpandUnifiedAll() {

0 commit comments

Comments
 (0)