Skip to content

Commit

Permalink
Try to fix bazel lint
Browse files Browse the repository at this point in the history
  • Loading branch information
calderpg-tri committed Dec 6, 2024
1 parent 0e3d44e commit f5607ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel_ros2_rules/ros2/rosidl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ extern "C"
#endif
#endif // {package_name_upper}__MSG__ROSIDL_GENERATOR_CPP__VISIBILITY_CONTROL_HPP_
"""
)
""" # noqa
)

package_name = str(ctx.attr.group)
package_name_upper = package_name.upper()
Expand Down

0 comments on commit f5607ba

Please sign in to comment.