1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Lint fixes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-12-26 12:45:25 +03:00
parent 60920a456e
commit 879402edbc
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ const getEditorHeightFromLinesCountInjectable = getInjectable({
return "large";
};
}
},
});
export default getEditorHeightFromLinesCountInjectable;
export default getEditorHeightFromLinesCountInjectable;

View File

@ -44,4 +44,4 @@ describe("get-editor-height-from-lines-number", () => {
expect(actual).toBe("large");
});
});
});