Commit d07c530b authored by Dominik Charousset's avatar Dominik Charousset

Fix formatting

parent 92b624d0
...@@ -107,8 +107,7 @@ public: ...@@ -107,8 +107,7 @@ public:
if (auto err = detail::parse(str, val)) if (auto err = detail::parse(str, val))
FAIL("unable to parse input: " << err); FAIL("unable to parse input: " << err);
++received_messages; ++received_messages;
if (auto capacity_left = adapter_->push(val); capacity_left == 0) if (auto capacity_left = adapter_->push(val); capacity_left == 0) {
{
down->suspend_reading(); down->suspend_reading();
} }
return static_cast<ptrdiff_t>(buf.size()); return static_cast<ptrdiff_t>(buf.size());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment