Skip to content

Commit c0dc01a

Browse files
committed
npm run lint-fix
1 parent 38df24b commit c0dc01a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/commands/documaticPreviewPanel.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ export class DocumaticPreviewPanel {
122122
<head>
123123
<meta charset="UTF-8">
124124
<meta name="viewport" content="width=device-width, initial-scale=1.0">
125-
<script type="module" src="${this._panel.webview.asWebviewUri(vscode.Uri.joinPath(webviewFolderUri, "elements-1.6.3.js"))}"></script>
125+
<script type="module" src="${this._panel.webview.asWebviewUri(
126+
vscode.Uri.joinPath(webviewFolderUri, "elements-1.6.3.js")
127+
)}"></script>
126128
</head>
127129
<body>
128130
<h1 id="header"></h1>

src/commands/restDebugPanel.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ export class RESTDebugPanel {
157157
<head>
158158
<meta charset="UTF-8">
159159
<meta name="viewport" content="width=device-width, initial-scale=1.0">
160-
<script type="module" src="${this._panel.webview.asWebviewUri(vscode.Uri.joinPath(webviewFolderUri, "elements-1.6.3.js"))}"></script>
160+
<script type="module" src="${this._panel.webview.asWebviewUri(
161+
vscode.Uri.joinPath(webviewFolderUri, "elements-1.6.3.js")
162+
)}"></script>
161163
<title>${RESTDebugPanel._viewTitle}</title>
162164
<style>
163165
.path-grid {

0 commit comments

Comments
 (0)