Skip to content

Commit 44c0dde

Browse files
committed
fix: used flake to correct styling
1 parent fef4488 commit 44c0dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ciphers/diffie_hellman.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class DiffieHellman:
183183
"""
184184
Class to represent the Diffie-Hellman key exchange protocol
185185
186-
186+
187187
>>> alice = DiffieHellman()
188188
>>> bob = DiffieHellman()
189189

0 commit comments

Comments
 (0)