Skip to content

Commit ec662e5

Browse files
committed
Remove additional empty lines with 'npm run lint-fix'
Signed-off-by: Denis Golovin [email protected]
1 parent c57c198 commit ec662e5

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed

src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export class CliChannel implements Cli {
114114
// this.envVars.put("ODO_TRACKING_CONSENT", "no");
115115
// }
116116

117-
118117
static createTelemetryEnv(): {[key:string]: string} {
119118
const env = {
120119
...process.env,

src/k8s/olm/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export type K8sResourceKind = K8sResourceCommon & {
8080
data?: { [key: string]: any };
8181
};
8282

83-
8483
export type K8sKind = {
8584
abbr: string;
8685
kind: string;

src/odo/component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import { Component } from './config';
77

8-
98
export const NotAvailable = 'Not available';
109

1110
export interface ComponentsJson {

test/unit/openshift/component.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ suite('OpenShift/Component', () => {
344344
expect(result.toString()).equals(`Component '${componentItem.getName()}' successfully created. Perform actions on it from Components View.`);
345345
});
346346

347-
348347
});
349348

350349
suite('unlinkComponent', () => {

test/unit/openshift/project.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ suite('OpenShift/Project', () => {
145145
warnStub = sandbox.stub<any, any>(vscode.window, 'showWarningMessage').resolves('Yes');
146146
});
147147

148-
149148
// TODO: Fix me
150149
// test('works with context', async () => {
151150
// const result = await Project.del(projectItem);
@@ -168,7 +167,6 @@ suite('OpenShift/Project', () => {
168167
expect(result).null;
169168
});
170169

171-
172170
// TODO: Fix me
173171
// test('wraps errors in additional info', async () => {
174172
// execStub.rejects(errorMessage);

0 commit comments

Comments
 (0)