Skip to content

Commit

Permalink
[issue1082] style.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Feb 9, 2024
1 parent 4dcee46 commit 87b6fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/cartesian_abstractions/subtask_generators.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ SharedTasks GoalDecomposition::get_subtasks(


LandmarkDecomposition::LandmarkDecomposition(
FactOrder fact_order, bool combine_facts, int random_seed)
FactOrder fact_order, bool combine_facts, int random_seed)
: fact_order(fact_order),
combine_facts(combine_facts),
rng(utils::get_rng(random_seed)) {
Expand Down

0 comments on commit 87b6fb5

Please sign in to comment.