Skip to content

Commit

Permalink
lint corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Chinmay Das <[email protected]>
  • Loading branch information
chinmdas committed Dec 23, 2024
1 parent 1187d96 commit 727f9d3
Show file tree
Hide file tree
Showing 3 changed files with 1,118 additions and 1,162 deletions.
2 changes: 1 addition & 1 deletion packages/vsce/src/commands/manageSessionCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ import { commands, ProgressLocation, TreeView, window } from "vscode";
import { CICSTree } from "../trees/CICSTree";

export function getManageSessionCommand(tree: CICSTree, treeview: TreeView<any>) {
return commands.registerCommand("cics-extension-for-zowe.manageSession", async (node) => tree.manageProfile(treeview, node));
return commands.registerCommand("cics-extension-for-zowe.manageSession", async (node) => tree.manageProfile(treeview, node));
}
Loading

0 comments on commit 727f9d3

Please sign in to comment.