Skip to content

Commit 4840581

Browse files
committed
remove whitespace
1 parent 2114255 commit 4840581

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/hello_sdl_android/src/main/java/com/sdl/hellosdlandroid/SdlReceiver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public String getSdlServiceName() {
7777
}
7878

7979
private final BroadcastReceiver usbPermissionReceiver = new BroadcastReceiver() {
80-
8180
public void onReceive(Context context, Intent intent) {
8281
String action = intent.getAction();
8382
if (ACTION_USB_PERMISSION.equals(action) && context != null && startSdlServiceIntent != null && pendingIntentToStartService != null) {

0 commit comments

Comments
 (0)