Skip to content

Commit

Permalink
Cleaned up additional trailing newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamshapiro0 committed May 8, 2024
1 parent 5f3b736 commit 078f2f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/fusion_engine_client/messages/measurements.py
Original file line number Diff line number Diff line change
Expand Up @@ -1251,8 +1251,7 @@ def __str__(self):
Heading Output @ {str(self.details.p1_time)}
Solution Type: {self.solution_type}
YPR (ENU) (deg): {self.ypr_deg[0]:.2f}, {self.ypr_deg[1]:.2f}, {self.ypr_deg[2]:.2f}
Heading (deg): {self.heading_true_north_deg:.2f}
"""
Heading (deg): {self.heading_true_north_deg:.2f}"""

@classmethod
def calcsize(cls) -> int:
Expand Down

0 comments on commit 078f2f7

Please sign in to comment.