Skip to content

Commit

Permalink
style.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Feb 8, 2024
1 parent 3244f79 commit ff1c0ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace landmarks {
LandmarkCostPartitioningHeuristic::LandmarkCostPartitioningHeuristic(
const plugins::Options &options,
bool use_preferred_operators,
const std::shared_ptr<AbstractTask> &transform,
const shared_ptr<AbstractTask> &transform,
bool cache_estimates,
const string &description,
utils::Verbosity verbosity)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using namespace std;
namespace landmarks {
LandmarkFactoryReasonableOrdersHPS::LandmarkFactoryReasonableOrdersHPS(
std::shared_ptr<LandmarkFactory> &lm_factory, utils::Verbosity verbosity)
shared_ptr<LandmarkFactory> &lm_factory, utils::Verbosity verbosity)
: LandmarkFactory(verbosity), lm_factory(lm_factory) {
}

Expand Down
2 changes: 1 addition & 1 deletion src/search/landmarks/landmark_heuristic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ using namespace std;
namespace landmarks {
LandmarkHeuristic::LandmarkHeuristic(
bool use_preferred_operators,
const std::shared_ptr<AbstractTask> &transform,
const shared_ptr<AbstractTask> &transform,
bool cache_estimates,
const string &description,
utils::Verbosity verbosity)
Expand Down

0 comments on commit ff1c0ce

Please sign in to comment.