Skip to content

Commit ca6e220

Browse files
committed
Whitespace
1 parent d24bdb5 commit ca6e220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public EdDSAPrivateKeySpec(byte[] seed, byte[] h, byte[] a, GroupElement A, EdDS
8686
this.h = h;
8787
this.a = a;
8888
this.A = A;
89-
this.spec = spec;
89+
this.spec = spec;
9090
}
9191

9292
/**

0 commit comments

Comments
 (0)