Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 0b31584

Browse files
author
Martin Patz
committed
remove extra white-space
1 parent 19738dc commit 0b31584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywal/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def alpha(self):
4747
def alpha_dec(self):
4848
"""Export the alpha value as a decimal number in [0, 1]."""
4949
return int(self.alpha_num) / 100
50-
50+
5151
@property
5252
def octal(self):
5353
"""Export color in octal."""

0 commit comments

Comments
 (0)