Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
IGPenguin committed Dec 17, 2024
1 parent c8948c9 commit 6e2bda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/apowerbutton
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ android_choose_device

echo "👋 Sending power button key event..."
# Send POWER screen key event (key 26)
adb -s "$SELECTED_DEVICE" shell input keyevent POWER &> /dev/null
adb -s "$SELECTED_DEVICE" shell input keyevent POWER &>/dev/null

0 comments on commit 6e2bda4

Please sign in to comment.