1.adjust code style.

This commit is contained in:
mitsuha
2022-09-02 18:39:26 +08:00
parent 3b1263447f
commit ec99dca594
3 changed files with 4 additions and 10 deletions
@@ -6,8 +6,6 @@ export const importWorkspace = async () => {
//@ts-ignore
const status = await window.client.inspector().load();
console.log(status);
if (status) {
window.location.reload();
}