Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Dec 18, 2017
1 parent c56d1dd commit a4b08b3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ void removeSelections() {
static class ExerciseViewHolder extends SelectableViewHolder {
private final TextView weightTextView;

public ExerciseViewHolder(View v) {
ExerciseViewHolder(View v) {
super(v);
weightTextView = v.findViewById(R.id.item_weight);
}

public TextView getWeightTextView() {
TextView getWeightTextView() {
return weightTextView;
}
}
Expand Down

0 comments on commit a4b08b3

Please sign in to comment.