Skip to content

Commit

Permalink
chore: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored and github-actions[bot] committed Jul 3, 2024
1 parent a97744e commit dad1609
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CommonLibF4/src/REL/IDDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ namespace REL

const mapping_t elem{ a_id, 0 };
const auto it = std::lower_bound(
_id2offset.begin(),
_id2offset.end(),
elem,
[](auto&& a_lhs, auto&& a_rhs) {
_id2offset.begin(),
_id2offset.end(),
elem,
[](auto&& a_lhs, auto&& a_rhs) {
return a_lhs.id < a_rhs.id;
});
bool failed = false;
Expand Down

0 comments on commit dad1609

Please sign in to comment.