Skip to content

Commit

Permalink
Outbrain: fix linting errors in 5.0 branch from merging (#6952)
Browse files Browse the repository at this point in the history
* add newline for linting

* add newline
  • Loading branch information
ChrisHuie authored Jun 4, 2021
1 parent a3de976 commit d34bd45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/outbrainBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,4 @@ function transformSizes(requestSizes) {
}

return [];
}
}
2 changes: 1 addition & 1 deletion test/spec/modules/outbrainBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,4 +559,4 @@ describe('Outbrain Adapter', function () {
expect(server.requests[0].url).to.equals('http://example.com/win/1.1')
});
})
})
})

0 comments on commit d34bd45

Please sign in to comment.