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

@@ -107,10 +107,10 @@ private:
namespace std {
template <>
struct hash<
std::reference_wrapper<clanguml::class_diagram::model::class_>> {
std::size_t operator()(const std::reference_wrapper<
clanguml::class_diagram::model::class_> &key) const
struct hash<std::reference_wrapper<clanguml::class_diagram::model::class_>> {
std::size_t operator()(
const std::reference_wrapper<clanguml::class_diagram::model::class_>
&key) const
{
using clanguml::common::id_t;