Fix duplicate newlines at the end of files

This commit is contained in:
Matthias Grob
2024-05-22 14:21:56 +02:00
parent 7f14110bb1
commit f2bca92221
274 changed files with 248 additions and 560 deletions
@@ -166,4 +166,3 @@ class ManualInput(object):
self.pub_mcsp.publish(pos)
rate.sleep()
count = count + 1
@@ -108,4 +108,3 @@ class PX4TestHelper(object):
rospy.logwarn("Trying to write to bag but it's already closed")
finally:
self.condition.release()