diff --git a/i3pystatus/core/color.py b/i3pystatus/core/color.py index 6f36c37..bbee806 100644 --- a/i3pystatus/core/color.py +++ b/i3pystatus/core/color.py @@ -58,4 +58,4 @@ class ColorRangeModule(object): """ if whole == 0: return 0 - return 100 * float(part) / float(whole) \ No newline at end of file + return 100 * float(part) / float(whole)