Fixed clang-tidy warnings

This commit is contained in:
Jan Mrna
2025-10-31 07:22:26 +01:00
parent 69d08e5310
commit 30eecc366e
6 changed files with 11 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
namespace pathfinder {
class BFS : public PathFinderBase {
class BFS final : public PathFinderBase {
public:
BFS(const Map *m) : PathFinderBase(m) {}