We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f5e0b commit d57846aCopy full SHA for d57846a
system/diagnostic_graph_aggregator/src/common/graph/units.hpp
@@ -139,7 +139,7 @@ class ShortCircuitMaxUnit : public MaxUnit
139
std::string type() const override { return unit_name::short_circuit_max; }
140
141
private:
142
- void update_status() override; // cppcheck-suppress uselessOverride
+ void update_status() override; // cppcheck-suppress uselessOverride
143
};
144
145
class MinUnit : public NodeUnit
0 commit comments