Skip to content

Commit

Permalink
Fix file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Yermolenko authored and sjudd committed Mar 20, 2024
1 parent a3c8e4a commit a7c5905
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import android.widget.AbsListView;
import android.widget.ListView;

import androidx.annotation.NonNull;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
Expand Down Expand Up @@ -86,4 +85,4 @@ public void onScrolled(RecyclerView recyclerView, int dx, int dy) {
lastItemCount = itemCount;
}
}
}
}

0 comments on commit a7c5905

Please sign in to comment.