Skip to content

Commit

Permalink
Remove !.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaspan authored Nov 5, 2024
1 parent 1a294b5 commit a056d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cursorless-vscode/src/ScopeTreeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function getSupportCategories(): SupportCategoryTreeItem[] {
}

class ScopeSupportTreeItem extends TreeItem {
public declare readonly label!: TreeItemLabel;
public declare readonly label: TreeItemLabel;

/**
* @param scopeTypeInfo The scope type info
Expand Down

0 comments on commit a056d60

Please sign in to comment.