Skip to content

Commit 9e50de7

Browse files
author
Takumi Ito
committed
add newline to end
Signed-off-by: Takumi Ito <takumi.ito@tier4.jp>
1 parent ac8f592 commit 9e50de7

File tree

1 file changed

+2
-1
lines changed
  • planning/freespace_planning_algorithms/scripts/example

1 file changed

+2
-1
lines changed

planning/freespace_planning_algorithms/scripts/example/example.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@
8080
serialize_message(goal_pose)):
8181
print('Success to find path.')
8282
else:
83-
print('Fail to find path.')
83+
print('Fail to find path.')
84+

0 commit comments

Comments
 (0)