mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Add missing semicolon
This commit is contained in:
parent
07799da26e
commit
e3e9a218df
@ -8,7 +8,7 @@ class AccessAction extends vscode.TreeItem {
|
|||||||
public readonly label: string,
|
public readonly label: string,
|
||||||
public readonly command: vscode.Command
|
public readonly command: vscode.Command
|
||||||
) {
|
) {
|
||||||
super(label, vscode.TreeItemCollapsibleState.None)
|
super(label, vscode.TreeItemCollapsibleState.None);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user