We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0892db8 commit 83a50c8Copy full SHA for 83a50c8
src/dataqueue/queue.cc
@@ -1157,8 +1157,7 @@ class FdEntry final : public EntryImpl {
1157
// Note: we do not support sync reading, so if it is requested
1158
// we need to bail out and say we are blocked
1159
if ((options & bob::OPTIONS_SYNC)) {
1160
- std::move(next)(
1161
- bob::Status::STATUS_BLOCK, nullptr, 0, [](uint64_t) {});
+ std::move(next)(bob::Status::STATUS_BLOCK, nullptr, 0, [](uint64_t) {});
1162
return bob::STATUS_BLOCK;
1163
}
1164
0 commit comments