Skip to content

Commit 5377b65

Browse files
Introducing some issues.
Signed-off-by: Nils-ChristianIseke <[email protected]>
1 parent d94737f commit 5377b65

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ repos:
6363
language: system
6464
types: [cmake]
6565
entry: ament_lint_cmake
66-
- id: ament_cpplint
67-
name: ament_cpplint
68-
description: Code style checking using cpplint.
69-
language: system
70-
types: [c++]
71-
entry: ament_cpplint
7266
- id: ament_uncrustify
7367
name: ament_uncrustify
7468
description: Code style checking using uncrustify.
7569
language: system
7670
types: [c++]
7771
args: ["--reformat"]
7872
entry: ament_uncrustify
73+
- id: ament_cpplint
74+
name: ament_cpplint
75+
description: Code style checking using cpplint.
76+
language: system
77+
types: [c++]
78+
entry: ament_cpplint
7979
- id: ament_xmllint
8080
name: ament_xmllint
8181
description: Check XML markup using xmllint.

nav2_behavior_tree/include/nav2_behavior_tree/behavior_tree_engine.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#ifndef NAV2_BEHAVIOR_TREE__BEHAVIOR_TREE_ENGINE_HPP_
1717
#define NAV2_BEHAVIOR_TREE__BEHAVIOR_TREE_ENGINE_HPP_
18-
18+
//TOLONGLINE AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
1919
#include <memory>
2020
#include <string>
2121
#include <vector>
@@ -33,7 +33,7 @@ namespace nav2_behavior_tree
3333
* @enum nav2_behavior_tree::BtStatus
3434
* @brief An enum class representing BT execution status
3535
*/
36-
enum class BtStatus { SUCCEEDED, FAILED, CANCELED };
36+
enum class BtStatus { SUCCEEDED, FAILED, CANCELED};
3737

3838
/**
3939
* @class nav2_behavior_tree::BehaviorTreeEngine

0 commit comments

Comments
 (0)