mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 01:37:34 +08:00
Fix duplicate newlines at the end of files
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user