Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfish3r committed Jan 3, 2022
1 parent 99d4d90 commit 04e243c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public AbstractWrappedDSAKey(final T wrappedKey)
/** @return DSA key parameters. */
public DSAParams getParams()
{
return
new DSAParams() {
return new DSAParams() {
@Override
public BigInteger getP()
{
Expand Down

0 comments on commit 04e243c

Please sign in to comment.