Skip to content

Commit ddaf6c9

Browse files
committed
format
Signed-off-by: Martijn Govers <[email protected]>
1 parent 8c944a5 commit ddaf6c9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/benchmark_cpp/fictional_grid_generator.hpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,8 @@ class FictionalGridGenerator {
608608
}
609609

610610
void generate_fault() {
611-
input_.fault.emplace_back(FaultInput{.id = id_gen_++,
612-
.status = 1,
613-
.fault_type = FaultType::three_phase,
614-
.fault_object = input_.node.back().id});
611+
input_.fault.emplace_back(FaultInput{
612+
.id = id_gen_++, .status = 1, .fault_type = FaultType::three_phase, .fault_object = input_.node.back().id});
615613
}
616614

617615
void generate_tap_changer() {

0 commit comments

Comments
 (0)