Skip to content

Commit

Permalink
fix: Apply suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenngn committed May 13, 2024
1 parent b1e4ca1 commit 36395cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
![image](https://github.com/DSD-DBS/capella-ros-tools/actions/workflows/build-test-publish.yml/badge.svg)
![image](https://github.com/DSD-DBS/capella-ros-tools/actions/workflows/lint.yml/badge.svg)

Tools for importing ROS .msg files into Capella data package and vice versa.
Tools for importing ROS .msg files into Capella `DataPackages`, `DataTypes`, `Class`es and vice versa.

# Documentation

Expand Down
3 changes: 1 addition & 2 deletions capella_ros_tools/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ def __eq__(self, other: object) -> bool:
def _process_block_comment(line: str) -> str:
if comment := _clean_comment(line):
return f"{comment} "
else:
return "<br>"
return "<br>"


def _extract_file_level_comments(
Expand Down

0 comments on commit 36395cd

Please sign in to comment.