Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Restore missing space
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <andrew.harn@broadcom.com>
  • Loading branch information
awharn committed Feb 7, 2024
1 parent 8200944 commit d1b51e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/imperative.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

// Imperative version of Zowe CLI
import { IImperativeConfig} from "@zowe/imperative";
import { IImperativeConfig } from "@zowe/imperative";
import { PluginConstants } from "./api/constants/PluginConstants";
import { ImsSessionUtils } from "./cli/ImsSessionUtils";

Expand Down
2 changes: 1 addition & 1 deletion src/pluginLifeCycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ class PluginLifeCycle extends AbstractPluginLifeCycle {
}
}

export = PluginLifeCycle;
export = PluginLifeCycle;

Check warning on line 29 in src/pluginLifeCycle.ts

View check run for this annotation

Codecov / codecov/patch

src/pluginLifeCycle.ts#L29

Added line #L29 was not covered by tests

0 comments on commit d1b51e2

Please sign in to comment.