Skip to content

Commit 1a294b5

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 432e3db commit 1a294b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-vscode/src/ScopeTreeProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function getSupportCategories(): SupportCategoryTreeItem[] {
212212
}
213213

214214
class ScopeSupportTreeItem extends TreeItem {
215-
public readonly declare label!: TreeItemLabel;
215+
public declare readonly label!: TreeItemLabel;
216216

217217
/**
218218
* @param scopeTypeInfo The scope type info

0 commit comments

Comments
 (0)