Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1da164be authored by cketti's avatar cketti
Browse files

Code style cleanup

parent c76d85ad
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -294,10 +294,8 @@ public class Contacts {
                    null,
                    SORT_ORDER);
        } else {
            // return blank cursor
            return new EmptyCursor();
        }

    }

    /**
+14 −16
Original line number Diff line number Diff line
@@ -15,10 +15,8 @@ import com.fsck.k9.RobolectricTest;
import com.fsck.k9.mail.Address;
import com.fsck.k9.view.RecipientSelectView.Recipient;
import com.fsck.k9.view.RecipientSelectView.RecipientCryptoStatus;

import org.junit.Before;
import org.junit.Test;
import org.robolectric.RuntimeEnvironment;
import org.robolectric.shadows.ShadowApplication;

import static android.provider.ContactsContract.CommonDataKinds.Email.TYPE_HOME;