Skip to content

Commit eb8c286

Browse files
author
brentru
committed
fix CRLF/LF
1 parent 9c3ecdf commit eb8c286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,4 @@ def update(self):
213213
"""Updates the cursor object."""
214214
self._pressed = self._pad.get_pressed()
215215
self._check_cursor_movement(self._pressed)
216-
self._debouncer.update()
216+
self._debouncer.update()

0 commit comments

Comments
 (0)