Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Dec 30, 2017
1 parent e55a0f3 commit 2e9cff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void updateWorkout(Integer position, Workout workout) {
workouts.set(position, workout);
workoutAdapter.notifyItemChanged(position);
recyclerView.updateEmptyView();
((MainActivity)getActivity()).mainToolbar();
((MainActivity) getActivity()).mainToolbar();
}

public void removeSelection() {
Expand Down

0 comments on commit 2e9cff4

Please sign in to comment.