Skip to content

Commit

Permalink
Fix whitespace issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
GoeLin authored Feb 23, 2024
1 parent 19b02ee commit 5a015c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/sun/security/lib/cacerts/VerifyCACerts.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class VerifyCACerts {
// shasum -a 256 cacerts | sed -e 's/../&:/g' | tr '[:lower:]' '[:upper:]' | cut -c1-95
private static final String CHECKSUM
= "81:D4:84:F6:92:78:A4:82:25:06:DC:42:25:C9:5D:6C:63:E4:99:CE:BC:ED:66:B3:8C:BA:E6:BA:6B:34:0F:01";

// map of cert alias to SHA-256 fingerprint
@SuppressWarnings("serial")
private static final Map<String, String> FINGERPRINT_MAP = new HashMap<>() {
Expand Down

0 comments on commit 5a015c7

Please sign in to comment.