From 0b3158490fa105e18c4da274614d63e186f22f61 Mon Sep 17 00:00:00 2001 From: Martin Patz Date: Thu, 30 Apr 2020 00:06:40 +0200 Subject: [PATCH] remove extra white-space --- pywal/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywal/util.py b/pywal/util.py index 5cd3135..fb04c92 100644 --- a/pywal/util.py +++ b/pywal/util.py @@ -47,7 +47,7 @@ class Color: def alpha_dec(self): """Export the alpha value as a decimal number in [0, 1].""" return int(self.alpha_num) / 100 - + @property def octal(self): """Export color in octal."""