Skip to content

Commit

Permalink
cleanup(storage): prepare for clang 18 (#14211)
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed May 10, 2024
1 parent ec2963e commit bd6390c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class AsyncWriterConnectionBufferedState
result = p.get_future();
flush_handlers_.push_back(MakeLwmWaiter(std::move(p)));
}
(void)StartWriting(std::move(lk));
StartWriting(std::move(lk));
return result;
}

Expand Down

0 comments on commit bd6390c

Please sign in to comment.