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 a4b9405 commit fecc2d9
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 fecc2d9

Please sign in to comment.