Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Dec 31, 2017
1 parent a49e258 commit 0efc38f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ public class FinishedWorkoutViewHelper {
private final WorkoutViewHelper workoutViewHelper;
private final WorkoutRepository workoutRepository;

public FinishedWorkoutViewHelper(Context context, WorkoutViewHelper workoutViewHelper, WorkoutRepository workoutRepository) {
public FinishedWorkoutViewHelper(Context context,
WorkoutViewHelper workoutViewHelper,
WorkoutRepository workoutRepository) {
creationDatePlaceholder = context.getResources().getString(R.string.placeholder_title);
executionsPlural = context.getResources().getString(R.string.workout_executions);
this.workoutViewHelper = workoutViewHelper;
Expand Down

0 comments on commit 0efc38f

Please sign in to comment.