Skip to content

Commit

Permalink
format no_callback_subscription.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jul 2, 2024
1 parent 3c4d14d commit 68e6278
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CPPLINT.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
set noparent
linelength=100
includeorder=standardcfirst
filter=-build/c++11
filter=-build/namespaces_literals
filter=-runtime/references
filter=-whitespace/braces
filter=-whitespace/indent
filter=-whitespace/parens
filter=-whitespace/semicolon
filter=-build/header_guard
filter=-build/include_order
filter=-build/include_subdir
filter=-legal/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

#include <rclcpp/rclcpp.hpp>

#include <memory>
#include <string>

namespace wheel_stuck_utils::ros
{

Expand Down Expand Up @@ -43,6 +46,6 @@ class NoCallbackSubscription
}
};

} // namespace wheel_stuck_utils
} // namespace wheel_stuck_utils::ros

#endif
#endif // WHEEL_STUCK_UTILS__ROS__NO_CALLBACK_SUBSCRIPTION_HPP_

0 comments on commit 68e6278

Please sign in to comment.