Skip to content

Commit a560f95

Browse files
committed
DDCNL-11241 scalafmt
1 parent 496f7d5 commit a560f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/uk/gov/hmrc/tai/util/IncomeTaxEstimateHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ trait IncomeTaxEstimateHelper {
7373
case (true, false, false) => Messages(s"tax.on.your.employment.income")
7474
case (false, true, false) => Messages(s"tax.on.your.private.pension.income")
7575
case (true, true, false) => Messages("tax.on.your.employment.and.pension.income")
76-
case (_, _, _) => Messages(s"tax.on.your.paye.income")
76+
case (_, _, _) => Messages(s"tax.on.your.paye.income")
7777
}
7878

7979
def getDetailedTaxOnIncomeTypeDescription(taxCodeIncomes: Seq[TaxCodeIncome], taxAccountSummary: TaxAccountSummary)(

0 commit comments

Comments
 (0)