Skip to content

Commit

Permalink
Reformat docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Aug 7, 2023
1 parent fafb7ab commit 352fea2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ros2controlcli/ros2controlcli/verb/view_controller_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,7 @@ def parse_response(list_controllers_response, list_hardware_response, visualize=


class ViewControllerChainsVerb(VerbExtension):
"""
Generates a diagram of the loaded chained controllers into /tmp/controller_diagram.gv.pdf
"""
"""Generates a diagram of the loaded chained controllers into /tmp/controller_diagram.gv.pdf."""

def add_arguments(self, parser, cli_name):
add_arguments(parser)
Expand Down

0 comments on commit 352fea2

Please sign in to comment.