Skip to content

Commit

Permalink
chor: Spotless fomrat
Browse files Browse the repository at this point in the history
  • Loading branch information
koptan committed Feb 19, 2024
1 parent 9936825 commit 6475248
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 6475248

Please sign in to comment.