chore: code formatting
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
try {
|
try {
|
||||||
const storage = window.localStorage
|
const storage = window.localStorage
|
||||||
const test = "__storage_test__"
|
const test = "__storage_test__"
|
||||||
storage.setItem(test, test);
|
storage.setItem(test, test)
|
||||||
if (localStorage.getItem(test) !== test)
|
if (localStorage.getItem(test) !== test)
|
||||||
throw new Error("localStorage value mismatch")
|
throw new Error("localStorage value mismatch")
|
||||||
storage.removeItem(test)
|
storage.removeItem(test)
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
console.error(error)
|
console.error(error)
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
})()
|
})(),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
})()
|
})()
|
||||||
|
|||||||
Reference in New Issue
Block a user