Skip to content

Commit a056d60

Browse files
authored
Remove !.
1 parent 1a294b5 commit a056d60

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 declare readonly label!: TreeItemLabel;
215+
public declare readonly label: TreeItemLabel;
216216

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

0 commit comments

Comments
 (0)