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 43e9cd1 commit e43136b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jb/ehs/ut_acceptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,8 @@ BOOST_AUTO_TEST_CASE(acceptor_on_accept_closed) {
std::this_thread::sleep_for(std::chrono::milliseconds(10));
}
BOOST_CHECK_EQUAL(dispatcher->get_accept_closed(), 1);

// ... shutdown everything ...
io_service.dispatch([&acceptor, &io_service] {
io_service.stop();
});
io_service.dispatch([&acceptor, &io_service] { io_service.stop(); });
t.join();
}

0 comments on commit e43136b

Please sign in to comment.