Skip to content

Commit a7c5905

Browse files
Alex Yermolenkosjudd
Alex Yermolenko
authored andcommitted
Fix file formatting
1 parent a3c8e4a commit a7c5905

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration/recyclerview/src/main/java/com/bumptech/glide/integration/recyclerview/RecyclerToListViewScrollListener.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import android.widget.AbsListView;
44
import android.widget.ListView;
5-
65
import androidx.annotation.NonNull;
76
import androidx.recyclerview.widget.LinearLayoutManager;
87
import androidx.recyclerview.widget.RecyclerView;
@@ -86,4 +85,4 @@ public void onScrolled(RecyclerView recyclerView, int dx, int dy) {
8685
lastItemCount = itemCount;
8786
}
8887
}
89-
}
88+
}

0 commit comments

Comments
 (0)