Skip to content

Commit c9ac33c

Browse files
committed
Fix indentation
1 parent ae4cd66 commit c9ac33c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

webauthn-server-core/src/main/java/com/yubico/webauthn/WebAuthnCodecs.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,16 @@ final class WebAuthnCodecs {
7777
private static final ByteArray ED448_ALG_ID =
7878
new ByteArray(
7979
new byte[] {
80-
// SEQUENCE (5 bytes)
81-
0x30,
82-
5,
83-
// OID (3 bytes)
84-
0x06,
85-
3,
86-
// OID 1.3.101.113
87-
0x2B,
88-
101,
89-
113
80+
// SEQUENCE (5 bytes)
81+
0x30,
82+
5,
83+
// OID (3 bytes)
84+
0x06,
85+
3,
86+
// OID 1.3.101.113
87+
0x2B,
88+
101,
89+
113
9090
});
9191

9292
static ByteArray ecPublicKeyToRaw(ECPublicKey key) {

0 commit comments

Comments
 (0)