Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Apr 25, 2024
1 parent 69c9c02 commit 6b7396b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
public enum CertificateUsage {
CA_CONSTRAINT(0), SERVICE_CERTIFICATE_CONSTRAINT(1), TRUST_ANCHOR_ASSERTION(2), DOMAIN_ISSUER_CERTIFICATE(3);

// just to trigger build
public final ULong code;

private CertificateUsage(int code) {
Expand Down

0 comments on commit 6b7396b

Please sign in to comment.