diff --git a/ads/ads.extern.js b/ads/ads.extern.js index 5f424e87a54c..159d14376444 100644 --- a/ads/ads.extern.js +++ b/ads/ads.extern.js @@ -799,4 +799,4 @@ window.zergnetWidgetId; data.zergid; // _ping_.js -window.networkIntegrationDataParamForTesting; \ No newline at end of file +window.networkIntegrationDataParamForTesting; diff --git a/ads/vendors/affinity.js b/ads/vendors/affinity.js index 2d142cad512e..28ff615d9e43 100644 --- a/ads/vendors/affinity.js +++ b/ads/vendors/affinity.js @@ -16,7 +16,7 @@ export function affinity(global, data) { 'affJson', 'affRtcConfig', 'jsontargeting', - 'extras' + 'extras', ] ); @@ -109,4 +109,4 @@ export function affinity(global, data) { } } catch (e) {} runV1(global, data); -} \ No newline at end of file +}