Skip to content

Commit 83a50c8

Browse files
committed
quic: format_cpp
1 parent 0892db8 commit 83a50c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dataqueue/queue.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,8 +1157,7 @@ class FdEntry final : public EntryImpl {
11571157
// Note: we do not support sync reading, so if it is requested
11581158
// we need to bail out and say we are blocked
11591159
if ((options & bob::OPTIONS_SYNC)) {
1160-
std::move(next)(
1161-
bob::Status::STATUS_BLOCK, nullptr, 0, [](uint64_t) {});
1160+
std::move(next)(bob::Status::STATUS_BLOCK, nullptr, 0, [](uint64_t) {});
11621161
return bob::STATUS_BLOCK;
11631162
}
11641163

0 commit comments

Comments
 (0)