Skip to content

Commit 6fd5aa7

Browse files
committed
remove unnecessary empty lines
1 parent 378a712 commit 6fd5aa7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class GitGraphView {
32
private gitRepos: GG.GitRepoSet;
43
private gitBranches: ReadonlyArray<string> = [];
@@ -2052,7 +2051,6 @@ class GitGraphView {
20522051
this.repoDropdown.refresh();
20532052
this.branchDropdown.refresh();
20542053
this.authorDropdown.refresh();
2055-
20562054
}
20572055
if (fmc !== findMatchColour) {
20582056
findMatchColour = fmc;

0 commit comments

Comments
 (0)