Skip to content

Commit aef9fe2

Browse files
committed
Add newlines
1 parent 909db1d commit aef9fe2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sshpubkeys/keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,4 +528,4 @@ def parse(self, keydata=None):
528528
raise MalformedDataError(f"Leftover data: {len(self._decoded_key) - current_position} bytes")
529529

530530
if self.disallow_options and self.options:
531-
raise InvalidOptionsError("Options are disallowed.")
531+
raise InvalidOptionsError("Options are disallowed.")

tests/valid_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,4 @@
226226
'sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAID92A9iaZ6WS0dcc4qsxuUfMgwFuFeh48faLjYlaYXswAAAABHNzaDo=',
227227
256, 'MD5:0b:87:18:2a:09:e7:a9:77:73:cd:3d:83:83:77:ea:83', 'SHA256:Uz5X82+UKm4CiOdqnfAtV/5JfnysqPHt1Is0iGnD70g',
228228
'sk-ssh-ed25519_1', ["strict", "loose"]
229-
]]
229+
]]

0 commit comments

Comments
 (0)