From 80f87aada418879ba6bdc4402ff76a7795a45eee Mon Sep 17 00:00:00 2001 From: David Sowder Date: Sun, 27 Dec 2020 20:52:38 -0600 Subject: [PATCH] Remove a trailing space (trivial change to retry checks after the repo was returned to a check-working state) --- terminatorlib/terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index a11b734f..7031d84a 100644 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -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