Skip to content

Commit b5de410

Browse files
committed
Fix eslint error
Signed-off-by: Denis Golovin dgolovin@redhat.com
1 parent 2ff8153 commit b5de410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/webview/cluster/clusterViewLoader.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ let panel: vscode.WebviewPanel;
1515

1616
const channel: vscode.OutputChannel = vscode.window.createOutputChannel('CRC Logs');
1717

18+
/*
1819
interface ViewEvent {
1920
action: string;
2021
}
2122
22-
/*
23+
2324
interface OpenPageEvent extends ViewEvent {
2425
params: {
2526
url: string;

0 commit comments

Comments
 (0)