Skip to content

Commit

Permalink
add semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Glushtsov committed Sep 12, 2018
1 parent 9765718 commit 88a6527
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/spec/modules/33acrossBidAdapter_spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { userSync } = require('../../../src/userSync');
const { config } = require('../../../src/config');

const { expect } = require('chai');
Expand Down Expand Up @@ -354,7 +353,7 @@ describe('33acrossBidAdapter:', function () {
let bidderRequest;

beforeEach(function() {
bidderRequest = {}
bidderRequest = {};
});

it('returns corresponding server requests with default gdpr consent data', function() {
Expand Down Expand Up @@ -589,7 +588,7 @@ describe('33acrossBidAdapter:', function () {
beforeEach(function() {
gdprConsent = {
gdprApplies: false
}
};
});

context('when iframe is not enabled', function() {
Expand Down

0 comments on commit 88a6527

Please sign in to comment.