Skip to content

Commit 640d3f6

Browse files
committed
💄
1 parent 988bd7b commit 640d3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/views/worktreesView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { CancellationToken, ConfigurationChangeEvent, Disposable, TreeViewV
22
import { ProgressLocation, ThemeColor, TreeItem, TreeItemCollapsibleState, window } from 'vscode';
33
import type { WorktreesViewConfig } from '../config';
44
import { ViewFilesLayout, ViewShowBranchComparison } from '../config';
5-
import type { Colors} from '../constants';
5+
import type { Colors } from '../constants';
66
import { Commands } from '../constants';
77
import type { Container } from '../container';
88
import { PlusFeatures } from '../features';

0 commit comments

Comments
 (0)