Remove some trailing blankspace.
This commit is contained in:
parent
343812dac6
commit
b27adb7e1c
|
|
@ -121,7 +121,6 @@ class World(object):
|
||||||
|
|
||||||
class StackDisplayWorld(World):
|
class StackDisplayWorld(World):
|
||||||
|
|
||||||
|
|
||||||
def __init__(self, repo, filename, rel_filename, dictionary=None, text_widget=None):
|
def __init__(self, repo, filename, rel_filename, dictionary=None, text_widget=None):
|
||||||
self.filename = filename
|
self.filename = filename
|
||||||
stack = self.load_stack() or ()
|
stack = self.load_stack() or ()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue