summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoleguy <github@poleguy.com>2020-01-20 07:38:56 -0600
committerJeff Forcier <jeff@bitprophet.org>2022-05-20 15:03:49 -0400
commitc4d0b0e8cb316866659f8bd238ba3f44cc8bc519 (patch)
tree38f9aa35a5efb2ce4e172daa2c5d180743d58c3c
parent587db0f2075bc9b4342ca6524831e85ccf7f72dd (diff)
downloadparamiko-c4d0b0e8cb316866659f8bd238ba3f44cc8bc519.tar.gz
Whitespace only
to make CI pass
-rw-r--r--paramiko/pkey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/pkey.py b/paramiko/pkey.py
index 9f9cc543..ff037f71 100644
--- a/paramiko/pkey.py
+++ b/paramiko/pkey.py
@@ -326,7 +326,7 @@ class PKey(object):
lines = f.readlines()
if not lines:
raise SSHException("no lines in {} private key file".format(tag))
-
+
# find the BEGIN tag
start = 0
m = self.BEGIN_TAG.match(lines[start])