chore: code formatting

This commit is contained in:
github-actions[bot]
2022-08-28 15:17:19 +00:00
parent 3afec27821
commit 28efd21417

View File

@@ -78,7 +78,7 @@
try {
const storage = window.localStorage
const test = "__storage_test__"
storage.setItem(test, test);
storage.setItem(test, test)
if (localStorage.getItem(test) !== test)
throw new Error("localStorage value mismatch")
storage.removeItem(test)
@@ -88,7 +88,7 @@
console.error(error)
return false
}
})()
})(),
},
})
})()