Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Dec 16, 2024
1 parent a1ce4d5 commit 9a9f96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpp/src/remote_key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <cstdio>
#include <limits>
#include <memory>
#include <sstream>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ void Worker::clearFuturesPool() { THROW_FUTURE_NOT_IMPLEMENTED(); }

std::shared_ptr<Future> Worker::getFuture() { THROW_FUTURE_NOT_IMPLEMENTED(); }

RequestNotifierWaitState Worker::waitRequestNotifier(uint64_t /* periodNs */)
RequestNotifierWaitState Worker::waitRequestNotifier(uint64_t periodNs)
{
THROW_FUTURE_NOT_IMPLEMENTED();
}
Expand Down

0 comments on commit 9a9f96c

Please sign in to comment.