mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix lint newline errors
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
51fb963b93
commit
43c743f298
@ -100,4 +100,4 @@ describe("<LogResourceSelector />", () => {
|
|||||||
|
|
||||||
expect(getByText("super-deployment")).toBeInTheDocument();
|
expect(getByText("super-deployment")).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@ -110,4 +110,4 @@ describe("log tab store", () => {
|
|||||||
expect(logTabStore.getData(dockStore.selectedTabId)).toBeUndefined();
|
expect(logTabStore.getData(dockStore.selectedTabId)).toBeUndefined();
|
||||||
expect(dockStore.getTabById(dockStore.selectedTabId)).toBeUndefined();
|
expect(dockStore.getTabById(dockStore.selectedTabId)).toBeUndefined();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@ -200,4 +200,4 @@ export const deploymentPod3 = {
|
|||||||
podIP: "dummy",
|
podIP: "dummy",
|
||||||
startTime: "dummy",
|
startTime: "dummy",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -124,4 +124,4 @@ export const logTabStore = new LogTabStore();
|
|||||||
|
|
||||||
export function isLogsTab(tab: IDockTab) {
|
export function isLogsTab(tab: IDockTab) {
|
||||||
return tab && tab.kind === TabKind.POD_LOGS;
|
return tab && tab.kind === TabKind.POD_LOGS;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user