Remove a trailing space (trivial change to retry checks after the repo was returned to a check-working state)
This commit is contained in:
parent
5c7233890f
commit
80f87aada4
|
@ -38,7 +38,7 @@ class Overpaint(Vte.Terminal):
|
|||
self.config = Config()
|
||||
### inactive_color_offset is the opposite of alpha level
|
||||
self.dim_p = float(self.config['inactive_color_offset'])
|
||||
self.dim_l = round(1.0 - self.dim_p,3)
|
||||
self.dim_l = round(1.0 - self.dim_p,3)
|
||||
def dim(self,b):
|
||||
self.overpaint = b
|
||||
|
||||
|
|
Loading…
Reference in New Issue