Skip to content

Commit

Permalink
clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rex-schilasky committed Jan 7, 2025
1 parent e49ec46 commit 06b19e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/service/ecal_service_server_v5_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace eCAL
method_info.request_type.name = req_type_;
method_info.response_type.name = resp_type_;

MethodInfoCallbackT callback =
const MethodInfoCallbackT callback =
[req_type_, resp_type_, callback_](
const std::string& method,
const SDataTypeInformation& req_type_info,
Expand Down

0 comments on commit 06b19e0

Please sign in to comment.