From 1e501fc60bd0688e3df8a42564c71b1a54eec011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6ster?= Date: Wed, 7 Dec 2016 18:02:29 +0100 Subject: [PATCH] Fix wrongly placed whitespace --- i3pystatus/cpu_usage_graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/cpu_usage_graph.py b/i3pystatus/cpu_usage_graph.py index a9fa259..55cd62e 100644 --- a/i3pystatus/cpu_usage_graph.py +++ b/i3pystatus/cpu_usage_graph.py @@ -27,7 +27,7 @@ class CpuUsageGraph(CpuUsage, ColorRangeModule): ("end_color", "Hex or English name for end of color range, eg '#FF0000' or 'red'"), ("graph_width", "Width of the cpu usage graph"), ("graph_style", "Graph style ('blocks', 'braille-fill', 'braille-peak', or 'braille-snake')"), - ("direction" , "Graph running direction ('lr', 'rl')"), + ("direction", "Graph running direction ('lr', 'rl')"), ) graph_width = 15