Skip to content

Commit

Permalink
[Metrics] kMetrics
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan 'kuvaldini' Kuvaldin <[email protected]>
  • Loading branch information
kuvaldini committed Apr 12, 2021
1 parent 87244b1 commit 773bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irohad/main/subscription.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ namespace iroha {
[f{std::forward<F>(callback)}](auto /*set_id*/,
auto &object,
auto event_key,
EventData... args) mutable {
EventData args) mutable {
assert(key == event_key);
std::forward<F>(f)(object, std::move(args));
});
Expand Down

0 comments on commit 773bef6

Please sign in to comment.