Skip to content

Commit 930a3a3

Browse files
committed
Revert an unnecessary diff
1 parent 1ac8c5a commit 930a3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviewcontentprovider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export class WebviewContentProvider {
329329
if (!generateStandalone) {
330330
if (this.context.getConfig<boolean>('showScreenshotButton')) {
331331
let screenshotButtonStyleExtension = new ScreenshotButtonStyleExtension(getWebviewResourcePath);
332-
this.webviewAssembler.addWebviewModule(screenshotButtonStyleExtension, '/* Screenshot Button Style */ ');
332+
this.webviewAssembler.addWebviewModule(screenshotButtonStyleExtension, '/* Screenshot Button Style */');
333333

334334
let screenshotButtonExtension = new ScreenshotButtonExtension();
335335
this.webviewAssembler.addWebviewModule(screenshotButtonExtension, '<!-- Screenshot Element -->');

0 commit comments

Comments
 (0)