Remove a trailing space (trivial change to retry checks after the repo was returned to a check-working state)

This commit is contained in:
David Sowder 2020-12-27 20:52:38 -06:00
parent 5c7233890f
commit 80f87aada4
1 changed files with 1 additions and 1 deletions

View File

@ -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