Applied readability-redundant-declaration clang-tidy fixes

This commit is contained in:
Bartek Kryza
2022-12-24 15:30:31 +01:00
parent dae4519ed7
commit ec9a510f76

View File

@@ -76,9 +76,6 @@ public:
*/
virtual void generate(std::ostream &ostr) const = 0;
template <typename C, typename D>
friend std::ostream &operator<<(std::ostream &os, const generator<C, D> &g);
/**
* @brief Generate diagram layout hints
*