Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Jan 9, 2025
1 parent 2100967 commit 82a2dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/core/src/clp/streaming_archive/reader/File.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ bool File::find_message_in_time_range(

SubQuery const* File::find_message_matching_query(Query const& query, Message& msg) {
SubQuery const* matching_sub_query = nullptr;

while (m_msgs_ix < m_num_messages && nullptr == matching_sub_query) {
auto const curr_msg_ix{m_msgs_ix};
auto logtype_id = m_logtypes[curr_msg_ix];
Expand Down

0 comments on commit 82a2dc5

Please sign in to comment.