Skip to content

Commit 28efd21

Browse files
chore: code formatting
1 parent 3afec27 commit 28efd21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/app/web/statics/oauth/script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
scopes: [],
7575
extras: [],
7676
session: null,
77-
supported:(() => {
77+
supported: (() => {
7878
try {
7979
const storage = window.localStorage
8080
const test = "__storage_test__"
81-
storage.setItem(test, test);
81+
storage.setItem(test, test)
8282
if (localStorage.getItem(test) !== test)
8383
throw new Error("localStorage value mismatch")
8484
storage.removeItem(test)
@@ -88,7 +88,7 @@
8888
console.error(error)
8989
return false
9090
}
91-
})()
91+
})(),
9292
},
9393
})
9494
})()

0 commit comments

Comments
 (0)