Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Vzor- committed Sep 9, 2024
1 parent 69fec4d commit 6970795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qz/auth/Certificate.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public enum Field {
// List of fields needed to construct a new cert.
public static final Field[] saveFields = new Field[] {FINGERPRINT, COMMON_NAME, ORGANIZATION, VALID_FROM, VALID_TO, VALID};
public static final Field[] displayFields = new Field[] {ORGANIZATION, COMMON_NAME, TRUSTED, VALID_FROM, VALID_TO, FINGERPRINT};

Field(String description) {
this.description = description;
}
Expand Down

0 comments on commit 6970795

Please sign in to comment.