Skip to content

Commit

Permalink
Remove linebreak.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Sep 4, 2023
1 parent d8d5ee5 commit 3f04b32
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ class LandmarkFactoryReasonableOrdersHPS : public LandmarkFactory {

virtual void generate_landmarks(const std::shared_ptr<AbstractTask> &task) override;

void approximate_reasonable_orders(
const TaskProxy &task_proxy);
void approximate_reasonable_orders(const TaskProxy &task_proxy);
bool interferes(
const TaskProxy &task_proxy, const Landmark &landmark_a,
const Landmark &landmark_b) const;
Expand Down

0 comments on commit 3f04b32

Please sign in to comment.