Skip to content

Commit

Permalink
format doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanhaoji2 committed Feb 2, 2024
1 parent 332bf60 commit 435aec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ inline std::string get_tag_string(std::uint64_t tag)
return std::to_string(tag);
}

inline std::string get_tag_string(const tag_uint128& tag)
inline std::string get_tag_string(const tag_uint128 &tag)
{
std::string str = std::to_string(tag._data2) + "_" + std::to_string(tag._data1);
return str;
Expand Down

0 comments on commit 435aec1

Please sign in to comment.