summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordluyer <53582923+dluyer@users.noreply.github.com>2020-01-10 11:54:50 -0800
committerGitHub <noreply@github.com>2020-01-10 11:54:50 -0800
commit78a62d5b3253e88f2c7f4c8bae7d9aa9deabb575 (patch)
treebad5908da021db227a8b7cc413d1d5588dd86648
parentd8c01ed4092a96f5c2787f5a9a714811852a7dcd (diff)
downloadpexpect-git-78a62d5b3253e88f2c7f4c8bae7d9aa9deabb575.tar.gz
Whitespace cleanup
-rw-r--r--pexpect/screen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/screen.py b/pexpect/screen.py
index 5ab45b9..79f95c4 100644
--- a/pexpect/screen.py
+++ b/pexpect/screen.py
@@ -90,7 +90,7 @@ class screen:
self.encoding = encoding
self.encoding_errors = encoding_errors
if encoding is not None:
- self.decoder = codecs.getincrementaldecoder(encoding)(encoding_errors)
+ self.decoder = codecs.getincrementaldecoder(encoding)(encoding_errors)
else:
self.decoder = None
self.cur_r = 1