Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Menendez6 committed Oct 22, 2024
1 parent 2905228 commit 9fa2bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regimes/gb/identities.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
)

const (
// IdentityUTR represents the UK Unique Taxpayer Reference (UTR).
// IdentityTypeUTR represents the UK Unique Taxpayer Reference (UTR).
IdentityTypeUTR cbc.Code = "UTR"
// IdentityNINO represents the UK National Insurance Number (NINO).
// IdentityTypeNINO represents the UK National Insurance Number (NINO).
IdentityTypeNINO cbc.Code = "NINO"
)

Expand Down

0 comments on commit 9fa2bfe

Please sign in to comment.