Skip to content

Commit 28b782d

Browse files
committed
style(ism330dl): Remove extra blank line in spirit_level example.
1 parent 66dcd0c commit 28b782d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/ism330dl/examples/spirit_level.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def fill_circle(fbuf, x0, y0, r, c):
7070
clamped_ax = max(-1.0, min(1.0, ax))
7171
clamped_ay = max(-1.0, min(1.0, ay))
7272

73-
7473
# Axis Mapping & Inversion:
7574
# We swap X and Y to match the display's physical orientation.
7675
# The negative sign on 'ay' inverts the axis so the indicator

0 commit comments

Comments
 (0)