Skip to content

Commit

Permalink
chor: Spotless fomrat
Browse files Browse the repository at this point in the history
  • Loading branch information
koptan committed Mar 5, 2024
1 parent c5282f9 commit 7a1c0e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private static SignedJWT createSignedES256Jwt(
var algorithm = JWSAlgorithm.EdDSA;
var type = JOSEObjectType.JWT;

//https://w3c.github.io/vc-jws-2020/#json-web-signature-2020
// https://w3c.github.io/vc-jws-2020/#json-web-signature-2020
var crit = new HashSet<String>();
crit.add("b64");

Expand Down

0 comments on commit 7a1c0e8

Please sign in to comment.