Skip to content

Commit

Permalink
End list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Oct 6, 2023
1 parent 683f327 commit 839e494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/evaluator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static class EvaluatorCategoryPlugin : public plugins::TypedCategoryPlugin<Evalu
"- **safe:** h(s) = infinity is only true for states "
"with h*(s) = infinity\n"
"- **preferred operators:** this heuristic identifies "
"preferred operators ");
"preferred operators\n\n");
allow_variable_binding();
}
}
Expand Down
1 change: 1 addition & 0 deletions src/search/plugins/doc_printer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ void Txt2TagsPrinter::print_category_synopsis(const string &synopsis,
<< "expressions but are deprecated."
<< endl;
}
os << endl;
}

void Txt2TagsPrinter::print_category_footer() const {
Expand Down

0 comments on commit 839e494

Please sign in to comment.