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

@@ -74,11 +74,11 @@
scopes: [],
extras: [],
session: null,
supported:(() => {
supported: (() => {
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
}
})()
})(),
},
})
})()