Skip to content

Commit

Permalink
Fix: lint (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
os-solta authored Feb 1, 2024
1 parent 7da4aca commit c3158d1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions modules/kimberliteBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Kimberlite exchange adapter.

```javascript
var adUnits = [
{
code: 'test-div',
mediaTypes: {
banner: {
sizes: [[320, 250], [640, 480]],
}
},
bids: [
{
bidder: "kimberlite",
params: {
placementId: 'testBanner'
}
}
]
}
{
code: 'test-div',
mediaTypes: {
banner: {
sizes: [[320, 250], [640, 480]],
}
},
bids: [
{
bidder: "kimberlite",
params: {
placementId: 'testBanner'
}
}
]
}
]
```

0 comments on commit c3158d1

Please sign in to comment.