Skip to content

Commit

Permalink
Merge pull request #2 from marlinstrub/fix/formatting-parameter-name
Browse files Browse the repository at this point in the history
Fix formatting parameter name
  • Loading branch information
MrBlenny authored Oct 10, 2024
2 parents 1213dd9 + 2654f8d commit 38ebec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ros_d2/ros_d2/helpers/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def convert(ros_architecture: RosArchitecture, verbose: bool = False) -> str:
shape = D2Shape(
name=topic.name,
shape=Shape.classs,
topic=D2Text(text=concat_strings(topic.types), format=""),
topic=D2Text(text=concat_strings(topic.types), formatting=""),
)
else:
shape = D2Shape(name=topic.name, shape=Shape.classs)
Expand Down

0 comments on commit 38ebec6

Please sign in to comment.