BootShutdownReceiver: style

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2018-06-07 04:37:28 +02:00
parent 8d27570eea
commit f190db0754

View File

@ -20,9 +20,8 @@ public class BootShutdownReceiver extends BroadcastReceiver {
@Override
public void onReceive(final Context context, final Intent intent) {
if (Application.getBackendType() != WgQuickBackend.class) {
if (Application.getBackendType() != WgQuickBackend.class)
return;
}
final String action = intent.getAction();
if (action == null)
return;