Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-palmer committed Apr 1, 2024
1 parent 0db4c22 commit ee885e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobile_to_maritime/mobile_to_maritime/mobile_to_maritime.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ def _get_qos_profile_from_params(self) -> QoSProfile:
)

@abstractmethod
def in_callback(self, msg: Any) -> None: ...
def in_callback(self, msg: Any) -> None:
...


class MaritimeStampedToMobileStamped(MobileToMaritime):
Expand Down

0 comments on commit ee885e6

Please sign in to comment.