Skip to content

Commit 7f1913e

Browse files
committed
Fix missing newline at end of file in android.touch module
1 parent 452733b commit 7f1913e

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/recipes/android/src/android

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/src/android/touch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ def _pick(cls, widget, x, y):
228228
# current widget.
229229
lx, ly = nlx, nly
230230
# Continue descent into the chosen child
231-
current = hit_child
231+
current = hit_child

0 commit comments

Comments
 (0)