Skip to content

Commit 5e75ccf

Browse files
clang-tidy new standard
Signed-off-by: Jerry Guo <Jerry.Jinfeng.Guo@alliander.com>
1 parent 18c8e8f commit 5e75ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

power_grid_model_c/power_grid_model/include/power_grid_model/optimizer/tap_position_optimizer.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ inline std::pair<bool, ControlSide> regulated_trafos_contain(RegulatedTrafos con
9292
}
9393

9494
struct RegulatedObjects {
95-
RegulatedTrafos trafos{};
96-
RegulatedTrafos trafos3w{};
95+
RegulatedTrafos trafos;
96+
RegulatedTrafos trafos3w;
9797

9898
std::pair<bool, ControlSide> contains_trafo(Idx const& id) const { return regulated_trafos_contain(trafos, id); }
9999
std::pair<bool, ControlSide> contains_trafo3w(Idx const& id) const {

0 commit comments

Comments
 (0)