clang-format

This commit is contained in:
Benjamin Sergeant
2020-04-16 11:58:06 -07:00
parent 9b8cfa0a37
commit ccfd196863
7 changed files with 59 additions and 62 deletions

View File

@ -106,8 +106,7 @@ namespace ix
&msgPerSeconds,
&conditionVariableMutex,
&condition,
&queue](const CobraEventPtr& event)
{
&queue](const CobraEventPtr& event) {
if (event->type == ix::CobraEventType::Open)
{
spdlog::info("Subscriber connected");