Skip to content

Commit

Permalink
rpcdaemon: fix Clang Tidy after PR 1962 (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat authored Apr 11, 2024
1 parent d0a47d3 commit 57b1475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/rpc/json_rpc/request_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class RequestHandler : public rpc::RequestHandler {
commands::RpcApi& rpc_api,
const commands::RpcApiTable& rpc_api_table,
InterfaceLogSettings ifc_log_settings = {});
virtual ~RequestHandler() = default;
~RequestHandler() override = default;

RequestHandler(const RequestHandler&) = delete;
RequestHandler& operator=(const RequestHandler&) = delete;
Expand Down

0 comments on commit 57b1475

Please sign in to comment.