Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Junhao Liao <[email protected]>
  • Loading branch information
davemarco and junhaoliao authored Oct 5, 2024
1 parent f4d2fd8 commit cf093ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clp_ffi_js/ir/StreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ auto StreamReader::decode_range(size_t begin_idx, size_t end_idx, bool use_filte
} else {
log_event_idx = i;
}
auto const& log_event = m_encoded_log_events[log_event_idx];
auto const& log_event{m_encoded_log_events[log_event_idx]};
message.clear();

auto const parsed{log_event.get_message().decode_and_unparse()};
Expand Down

0 comments on commit cf093ee

Please sign in to comment.