Skip to content

Commit 6e2bda4

Browse files
committed
Remove whitespace
1 parent c8948c9 commit 6e2bda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/apowerbutton

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ android_choose_device
66

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

0 commit comments

Comments
 (0)