Fixed formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user