Skip to content

Commit

Permalink
added spaces to pass eslint #1170
Browse files Browse the repository at this point in the history
  • Loading branch information
tomraa committed May 19, 2017
1 parent 1d7c046 commit 1b4f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/criteo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var adloader = require('../adloader');

var CriteoAdapter = function CriteoAdapter() {

var sProt = (window.location.protocol==='http:') ? 'http:' : 'https:';
var sProt = (window.location.protocol === 'http:') ? 'http:' : 'https:';
var _publisherTagUrl = sProt + '//static.criteo.net/js/ld/publishertag.js';
var _bidderCode = 'criteo';
var _profileId = 125;
Expand Down

0 comments on commit 1b4f21c

Please sign in to comment.