Skip to content

Commit

Permalink
projet: fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
quesnel committed Nov 12, 2024
1 parent 9f939c9 commit 82bbe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static auto make_tree_leaf(simulation_copy& sc,
}));

if (unique_id != 0 and (ch.flags[child_flags::configurable] or
ch.flags[child_flags::observable]))
ch.flags[child_flags::observable]))
parent.unique_id_to_model_id.data.emplace_back(unique_id, new_mdl_id);

return new_mdl_id;
Expand Down

0 comments on commit 82bbe58

Please sign in to comment.