Prettified

This commit is contained in:
vorotamoroz
2026-04-02 10:33:36 +01:00
parent 6ce724afb4
commit 216861f2c3
2 changed files with 2 additions and 2 deletions

View File

@@ -108,4 +108,4 @@ export function deleteNodeLocalStorageItem(key: string) {
export function clearNodeLocalStorage() {
persistentNodeLocalStorage.clear();
}
}

View File

@@ -57,4 +57,4 @@ describe("NodeLocalStorage", () => {
expect(getNodeLocalStorageItem("shared")).toBe("state");
});
});
});