Fixed clang-tidy warnings
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace pathfinder {
|
||||
|
||||
class BFS : public PathFinderBase {
|
||||
class BFS final : public PathFinderBase {
|
||||
|
||||
public:
|
||||
BFS(const Map *m) : PathFinderBase(m) {}
|
||||
|
||||
Reference in New Issue
Block a user