Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan committed Jun 19, 2017
1 parent addc258 commit 56d767c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jb/itch5/moldfeedhandler.cpp
Expand Up @@ -432,9 +432,10 @@ config::config()
this, defaults::control_port)
, book(desc("book", "order-book-config"), this)
, log(desc("log", "logging"), this) {
output({jb::itch5::udp_sender_config()
.address(defaults::output_address)
.port(defaults::output_port)});
output(
{jb::itch5::udp_sender_config()
.address(defaults::output_address)
.port(defaults::output_port)});
}

void config::validate() const {
Expand Down

0 comments on commit 56d767c

Please sign in to comment.