Skip to content

Commit d57846a

Browse files
style(pre-commit): autofix
1 parent 71f5e0b commit d57846a

File tree

1 file changed

+1
-1
lines changed
  • system/diagnostic_graph_aggregator/src/common/graph

1 file changed

+1
-1
lines changed

system/diagnostic_graph_aggregator/src/common/graph/units.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class ShortCircuitMaxUnit : public MaxUnit
139139
std::string type() const override { return unit_name::short_circuit_max; }
140140

141141
private:
142-
void update_status() override; // cppcheck-suppress uselessOverride
142+
void update_status() override; // cppcheck-suppress uselessOverride
143143
};
144144

145145
class MinUnit : public NodeUnit

0 commit comments

Comments
 (0)