Skip to content

Commit 9a75cf7

Browse files
committed
Fix trailing newline
1 parent f018e54 commit 9a75cf7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/prompt_toolkit/contrib/ssh/server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,5 @@ def session_requested(self) -> PromptToolkitSSHSession:
187187
return PromptToolkitSSHSession(
188188
self.interact,
189189
enable_cpr=self.enable_cpr,
190-
)
190+
)
191+

0 commit comments

Comments
 (0)