Fixed formatting

This commit is contained in:
Bartek Kryza
2022-12-04 14:42:15 +01:00
parent 10da4ad164
commit 7ddd81c1b7
3 changed files with 4 additions and 9 deletions

View File

@@ -164,8 +164,6 @@ std::string get_source_text(
return get_source_text_raw(printable_range, sm);
}
template <> id_t to_id(const std::string &full_name)
{
return std::hash<std::string>{}(full_name) >> 3;