Skip to content

Commit 4107b66

Browse files
shad0wshayd3github-actions[bot]
authored andcommitted
maintenance
1 parent ce4414f commit 4107b66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/REL/Offset2ID.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ namespace REL
1616
using const_iterator = typename container_type::const_iterator;
1717
using const_reverse_iterator = typename container_type::const_reverse_iterator;
1818

19-
void load_v2();
20-
void load_v5();
19+
void load_v2();
20+
void load_v5();
2121
[[nodiscard]] std::uint64_t get_id(std::size_t a_offset) const;
2222

2323
[[nodiscard]] const_iterator begin() const noexcept { return _offset2id.begin(); }

0 commit comments

Comments
 (0)