Skip to content

Commit 1beb3a7

Browse files
PannapatCPannapatC
authored andcommitted
fix style trailing whitespace
1 parent e8c1ed8 commit 1beb3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/rtk_base_ublox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ async def send_rtcm(drone):
136136
if rtcm_correction_data is None:
137137
continue
138138

139-
# Convert the rtcm data to a base64,
140-
# In MAVSDK v3 the rtcm data is expected
139+
# Convert the rtcm data to a base64,
140+
# In MAVSDK v3 the rtcm data is expected
141141
# to be base64 encoded string .
142142
base64_rtcm_data = base64.b64encode(
143143
rtcm_correction_data).decode('utf-8')

0 commit comments

Comments
 (0)