mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix code style
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
06b8384fa1
commit
480bad870f
@ -15,8 +15,8 @@ import type { JsonObject, JsonValue } from "type-fest";
|
|||||||
import type { Logger } from "../../../common/logger";
|
import type { Logger } from "../../../common/logger";
|
||||||
|
|
||||||
interface Dependencies {
|
interface Dependencies {
|
||||||
storage: { initialized: boolean, loaded: boolean, data: Record<string, any> };
|
storage: { initialized: boolean; loaded: boolean; data: Record<string, any> };
|
||||||
logger: Logger
|
logger: Logger;
|
||||||
directoryForLensLocalStorage: string;
|
directoryForLensLocalStorage: string;
|
||||||
readJsonFile: (filePath: string) => Promise<JsonValue>;
|
readJsonFile: (filePath: string) => Promise<JsonValue>;
|
||||||
writeJsonFile: (filePath: string, contentObject: JsonObject) => Promise<void>;
|
writeJsonFile: (filePath: string, contentObject: JsonObject) => Promise<void>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user