Skip to content

Commit

Permalink
Resolve Rubocop linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
ollietreend committed Oct 4, 2024
1 parent f56269a commit 2bc7df6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/forms/claims/claim/mentor_training_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ def previous_mentor_training
end

def training_allowance
@training_allowance ||= Claims::TrainingAllowance.new(mentor:, provider:,
academic_year: Claims::ClaimWindow.current.academic_year, claim_to_exclude: claim)
@training_allowance ||= Claims::TrainingAllowance.new(
mentor:,
provider:,
academic_year: Claims::ClaimWindow.current.academic_year,
claim_to_exclude: claim,
)
end
end

0 comments on commit 2bc7df6

Please sign in to comment.