Skip to content

Commit 090e02f

Browse files
committed
clang-format
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent 8328fbb commit 090e02f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • power_grid_model_c/power_grid_model/include/power_grid_model

power_grid_model_c/power_grid_model/include/power_grid_model/topology.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ class Topology {
556556
std::ranges::for_each(math_topology_,
557557
[](MathModelTopology& topo) { topo.load_gen_type.resize(topo.n_load_gen()); });
558558
// assign load type
559-
for (auto const& [idx_math, load_gen_type] : std::views::zip(std::as_const(comp_coup_.load_gen),
560-
std::as_const(comp_topo_.load_gen_type))) {
559+
for (auto const& [idx_math, load_gen_type] :
560+
std::views::zip(std::as_const(comp_coup_.load_gen), std::as_const(comp_topo_.load_gen_type))) {
561561
if (idx_math.group == -1) {
562562
continue;
563563
}

0 commit comments

Comments
 (0)