Skip to content

Commit 1536cd9

Browse files
committed
minor format fixes
1 parent a24f229 commit 1536cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simple_node/simple_node/actions/action_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1515

1616

17-
""" Custom action server that add goals to a queue """
17+
"""Custom action server that add goals to a queue"""
1818

1919
from typing import Callable
2020
from threading import Lock, Thread

simple_node/simple_node/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1515

1616

17-
""" ROS2 Node to simulate ROS1 Node """
17+
"""ROS2 Node to simulate ROS1 Node"""
1818

1919

2020
import time

0 commit comments

Comments
 (0)