Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Remove new line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Sep 2, 2016
1 parent 798b97e commit c1bbdde
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ private List<ContactEvent> loadDeviceStaticNamedays() {
private List<ContactEvent> loadSpecialNamedays() {
List<ContactEvent> namedayEvents = new ArrayList<>();
Cursor cursor = DeviceContactsQuery.query(contentResolver);

if (isInvalidCursor(cursor)) {
return namedayEvents;
}
Expand Down

0 comments on commit c1bbdde

Please sign in to comment.