Skip to content

Commit 3da817e

Browse files
committed
Update formatting
1 parent 40a5242 commit 3da817e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/connectivity_plus/connectivity_plus/android/src/main/java/dev/fluttercommunity/plus/connectivity/ConnectivityBroadcastReceiver.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ public void onLost(Network network) {
8181
connectivity.getConnectivityManager().registerDefaultNetworkCallback(networkCallback);
8282
} else {
8383
ContextCompat.registerReceiver(
84-
context,
85-
this,
86-
new IntentFilter(CONNECTIVITY_ACTION),
87-
ContextCompat.RECEIVER_NOT_EXPORTED);
84+
context,
85+
this,
86+
new IntentFilter(CONNECTIVITY_ACTION),
87+
ContextCompat.RECEIVER_NOT_EXPORTED);
8888
}
8989
// Need to emit first event with connectivity types without waiting for first change in system
9090
// that might happen much later

0 commit comments

Comments
 (0)