Fixed formatting

This commit is contained in:
Bartek Kryza
2022-08-08 18:25:35 +02:00
parent b066348429
commit 59089c2598
3 changed files with 9 additions and 10 deletions

View File

@@ -143,11 +143,10 @@ template <> struct hash<clanguml::common::model::filesystem_path> {
namespace std {
template <>
struct hash<
std::reference_wrapper<clanguml::common::model::source_file>> {
struct hash<std::reference_wrapper<clanguml::common::model::source_file>> {
std::size_t operator()(
const std::reference_wrapper<clanguml::common::model::source_file>
&key) const
const std::reference_wrapper<clanguml::common::model::source_file> &key)
const
{
using clanguml::common::id_t;