From d1b51e2a3ddfdd2499c0ce5a37fbc1ad728b1e03 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Wed, 7 Feb 2024 14:44:49 +0000 Subject: [PATCH] Restore missing space Signed-off-by: Andrew W. Harn --- src/imperative.ts | 2 +- src/pluginLifeCycle.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imperative.ts b/src/imperative.ts index bb7e91d..54ce941 100644 --- a/src/imperative.ts +++ b/src/imperative.ts @@ -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"; diff --git a/src/pluginLifeCycle.ts b/src/pluginLifeCycle.ts index b6eb83f..544016b 100644 --- a/src/pluginLifeCycle.ts +++ b/src/pluginLifeCycle.ts @@ -26,4 +26,4 @@ class PluginLifeCycle extends AbstractPluginLifeCycle { } } -export = PluginLifeCycle; \ No newline at end of file +export = PluginLifeCycle;