Skip to content

Commit

Permalink
fixed space
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit21187 authored and morrowc committed Sep 25, 2024
1 parent 7ad5961 commit 559f777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions credentialz/credentialz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ enum KeyType {
KEY_TYPE_ED25519 = 3;
KEY_TYPE_RSA_2048 = 4;
KEY_TYPE_RSA_4096 = 5;
KEY_TYPE_RSA_3072 =6;
KEY_TYPE_ECDSA_P_384=7;
KEY_TYPE_RSA_3072 = 6;
KEY_TYPE_ECDSA_P_384 = 7;
}

message AccountCredentials {
Expand Down

0 comments on commit 559f777

Please sign in to comment.