chore: code formatting
This commit is contained in:
@@ -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
|
||||
}
|
||||
})()
|
||||
})(),
|
||||
},
|
||||
})
|
||||
})()
|
||||
|
||||
Reference in New Issue
Block a user