Skip to content

Commit

Permalink
Update depends.py
Browse files Browse the repository at this point in the history
Add missing carriage return.
  • Loading branch information
mikepurvis authored Aug 8, 2019
1 parent 1a7131a commit 474332a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/roslaunch/src/roslaunch/depends.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ def roslaunch_deps_main(argv=sys.argv):
if miss:
print("%s/manifest.xml:"%pkg)
for m in miss:
print(' <depend package="%s" />'%m)
print(' <depend package="%s" />'%m)

0 comments on commit 474332a

Please sign in to comment.