Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jagadeeshaby committed Sep 22, 2023
1 parent 0f30f37 commit aae36fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
iframe.name = CCP_IFRAME_NAME;

//for Storage Access follow the rsa path
if(connect.storageAccess.canRequest()){
if(connect.storageAccess.canRequest()) {
iframe.src = connect.storageAccess.getRequestStorageAccessUrl();
iframe.addEventListener('load', connect.storageAccess.request);
}
Expand All @@ -822,10 +822,10 @@



if (connect.storageAccess.canRequest()) {
if (connect.storageAccess.canRequest()) {
// Create the Iframe and load the RSA banner and append it to the container div.
connect.storageAccess.setupRequestHandlers({ onGrant: setupInitCCP });
}else{
} else {
setupInitCCP();
}

Expand Down

0 comments on commit aae36fc

Please sign in to comment.