Skip to content

Commit 4c7ed90

Browse files
committed
fix more clang-tidy
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent a0cff33 commit 4c7ed90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ class RankIteration {
614614
};
615615

616616
private:
617-
std::vector<IntS> iterations_per_rank_{};
617+
std::vector<IntS> iterations_per_rank_;
618618
Idx rank_index_{};
619619
};
620620

0 commit comments

Comments
 (0)