Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
  • Loading branch information
jbogp and muuki88 authored Apr 28, 2023
1 parent 19ab1af commit 27df323
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-docs/modules/greenbidsRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ const greenbidsDataProvider = {
}
};
pbjs.setConfig({
realTimeData: {
auctionDelay: 200,
dataProviders: [ greenbidsDataProvider ]
}
});
realTimeData: {
auctionDelay: 200,
dataProviders: [greenbidsDataProvider]
}
});
```

## Integration
Expand Down

0 comments on commit 27df323

Please sign in to comment.