Skip to content

Commit a649360

Browse files
committed
Follow standard style
1 parent 0aa0da2 commit a649360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ function getRandomValues (array) {
6868
return array
6969
}
7070

71-
function isRemoteDebuggingInChrome() {
71+
function isRemoteDebuggingInChrome () {
7272
// Remote debugging in Chrome is not supported in bridgeless
73-
if ("RN$Bridgeless" in global && RN$Bridgeless === true) {
73+
if ('RN$Bridgeless' in global && RN$Bridgeless === true) {
7474
return false
7575
}
7676

@@ -83,4 +83,4 @@ if (typeof global.crypto !== 'object') {
8383

8484
if (typeof global.crypto.getRandomValues !== 'function') {
8585
global.crypto.getRandomValues = getRandomValues
86-
}
86+
}

0 commit comments

Comments
 (0)