Skip to content

Commit

Permalink
removed extra empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorz committed Sep 12, 2018
1 parent 4bfb225 commit 7d4e91a
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
import org.wordpress.android.util.AppLog;
import org.wordpress.android.util.analytics.service.InstallationReferrerServiceStarter;


public class InstallationReferrerReceiver extends BroadcastReceiver {
public void onReceive(Context context, Intent receivedIntent) {
AppLog.i(AppLog.T.UTILS, "installation referrer RECEIVER: received");
String referrer = receivedIntent.getStringExtra("referrer");
InstallationReferrerServiceStarter.startService(context, referrer);
}
}


0 comments on commit 7d4e91a

Please sign in to comment.