Fix and enforce no trailing whitespace.
This commit is contained in:
@@ -28,7 +28,7 @@ class TerminalService:
|
||||
|
||||
if columns != self.cols:
|
||||
self.cols = columns
|
||||
changed = True
|
||||
changed = True
|
||||
|
||||
if lines != self.rows:
|
||||
self.rows = lines
|
||||
|
||||
Reference in New Issue
Block a user