Skip to content

Commit 739a2ed

Browse files
shad0wshayd3github-actions[bot]
authored andcommitted
maintenance
1 parent 296a3bb commit 739a2ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CommonLibF4/src/REL/IDDB.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ namespace REL
115115

116116
const mapping_t elem{ a_id, 0 };
117117
const auto it = std::lower_bound(
118-
_id2offset.begin(),
119-
_id2offset.end(),
120-
elem,
121-
[](auto&& a_lhs, auto&& a_rhs) {
118+
_id2offset.begin(),
119+
_id2offset.end(),
120+
elem,
121+
[](auto&& a_lhs, auto&& a_rhs) {
122122
return a_lhs.id < a_rhs.id;
123123
});
124124
if (it == _id2offset.end()) {

0 commit comments

Comments
 (0)