Skip to content

Commit ecf35aa

Browse files
committed
Formatting
1 parent e622a48 commit ecf35aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/java/com/proxerme/app/fragment/NewsFragment.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ public class NewsFragment extends DashboardFragment {
4747
private static final String STATE_CURRENT_PAGE = "news_current_page";
4848
private static final String STATE_LAST_LOADED_PAGE = "news_last_loaded_page";
4949
private static final String STATE_ERROR_MESSAGE = "news_error_message";
50-
View root;
5150

51+
View root;
5252
@Bind(R.id.fragment_news_list_container)
5353
SwipeRefreshLayout swipeRefreshLayout;
54-
5554
@Bind(R.id.fragment_news_list)
5655
RecyclerView list;
5756

0 commit comments

Comments
 (0)