Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Dec 18, 2024
1 parent 18e8ede commit 560e023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vcr/credential/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ func FindValidator(credential vc.VerifiableCredential) Validator {
return nutsOrganizationCredentialValidator{}
case NutsAuthorizationCredentialType:
return nutsAuthorizationCredentialValidator{}
case X509CredentialType: return x509CredentialValidator{}
case X509CredentialType:
return x509CredentialValidator{}
}
}
}
Expand Down

0 comments on commit 560e023

Please sign in to comment.