From f396380ba5578d2e6b1b847c509b4653f813f718 Mon Sep 17 00:00:00 2001 From: Octavia Suceava Date: Mon, 7 Oct 2024 15:42:22 +0300 Subject: [PATCH] formatting --- modules/connatixBidAdapter.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/connatixBidAdapter.js b/modules/connatixBidAdapter.js index bb37389b7bd..77860739d75 100644 --- a/modules/connatixBidAdapter.js +++ b/modules/connatixBidAdapter.js @@ -335,8 +335,7 @@ export const spec = { return; } - if(event.response.type === 'cnx_all_identity_providers_resolved') - { + if (event.response.type === 'cnx_all_identity_providers_resolved') { this.removeEventListener('message', handler); event.stopImmediatePropagation(); }