Fix clang tidy errror

This commit is contained in:
jbajic 2023-03-29 13:19:02 +02:00
parent 885c53489b
commit 3a76eafefd

View File

@ -181,7 +181,8 @@ class SimulatorHandle {
MG_ASSERT(m_opt.has_value(), "Wrong message type received compared to the expected type");
return std::move(m_opt).value();
} else if (contains_items) {
}
if (contains_items) {
auto count = can_rx.back().deliverable_at.time_since_epoch().count();
auto now_count = cluster_wide_time_microseconds_.time_since_epoch().count();
spdlog::trace("can't receive message yet due to artificial latency. deliverable_at: {}, now: {}", count,