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 14d4977 commit f4d2fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clp_ffi_js/ir/StreamReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ auto StreamReader::build() -> size_t {
}
}

auto const log_viewer_event = LogEventWithLevel<four_byte_encoded_variable_t>(
auto const log_viewer_event{LogEventWithLevel<four_byte_encoded_variable_t>(
log_event.get_timestamp(),
log_event.get_utc_offset(),
message,
log_level
);
)};
m_encoded_log_events.emplace_back(std::move(log_viewer_event));
continue;
}
Expand Down

0 comments on commit f4d2fd8

Please sign in to comment.