Fix indent

This commit is contained in:
Matt Bierner 2021-06-10 14:46:53 -07:00
parent 7adcbfdd68
commit e95cb42d24
No known key found for this signature in database
GPG key ID: 099C331567E11888

4
src/vs/vscode.d.ts vendored
View file

@ -7605,8 +7605,8 @@ declare module 'vscode' {
}
/**
* A webview based view.
*/
* A webview based view.
*/
export interface WebviewView {
/**
* Identifies the type of the webview view, such as `'hexEditor.dataView'`.