Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent 2c52a5e commit c5b130f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef LIVOX_TAG_FILTER__LIVOX_TAG_FILTER_NODE_HPP_
#define LIVOX_TAG_FILTER__LIVOX_TAG_FILTER_NODE_HPP_
#ifndef LIVOX_TAG_FILTER_NODE_HPP_
#define LIVOX_TAG_FILTER_NODE_HPP_

#include <rclcpp/rclcpp.hpp>

Expand Down Expand Up @@ -43,4 +43,4 @@ class LivoxTagFilterNode : public rclcpp::Node
};
} // namespace autoware::livox_tag_filter

#endif // LIVOX_TAG_FILTER__LIVOX_TAG_FILTER_NODE_HPP_
#endif // LIVOX_TAG_FILTER_NODE_HPP_

0 comments on commit c5b130f

Please sign in to comment.