Skip to content

Commit d71c63d

Browse files
committed
fixing formatting issue
1 parent ac1da54 commit d71c63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/diffie-hellman/diffie-hellman.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('diffie-hellman', () => {
1313
new DiffieHellman(10, 13);
1414
}).toThrow();
1515
});
16-
16+
1717
describe('private key is greater than 1 and less than p', () => {
1818
const p = 23;
1919
const g = 5;

0 commit comments

Comments
 (0)